/* Common include file for Leptonica fuzzers. */#ifndef LEPTFUZZ_H#define LEPTFUZZ_H#include"allheaders.h"staticvoidsend_to_devnull(constchar*){}/* Suppress Leptonica error messages during fuzzing. */staticvoidleptSetStdNullHandler(){leptSetStderrHandler(send_to_devnull);}#endif /* LEPTFUZZ_H */