20 #ifndef TESSERACT_CCUTIL_TPRINTF_H
21 #define TESSERACT_CCUTIL_TPRINTF_H
26 "File to send tprintf output to");
28 "Send tprintf to window unless file set");
31 #define tprintf(...) tprintf_internal(__VA_ARGS__)
34 const char *format, ...);
36 #endif // define TESSERACT_CCUTIL_TPRINTF_H
#define STRING_VAR_H(name, val, comment)
DLLSYM bool debug_window_on
TESS_API void tprintf_internal(const char *format,...)
#define BOOL_VAR_H(name, val, comment)