ccutil/tprintf.h

Go to the documentation of this file.
00001 
00020 #ifndef           TPRINTF_H
00021 #define           TPRINTF_H
00022 
00023 #include                   "varable.h"
00024 
00025 
00028 extern DLLSYM STRING_VAR_H (debug_file, "", "File to send tprintf output to");
00029 extern DLLSYM BOOL_VAR_H (debug_window_on, TRUE,
00030 "Send tprintf to window unless file set");
00033 DLLSYM void tprintf (            //Trace printf
00034 const char *format, ...          //special message
00035 );
00036                                  //special message
00037 DLLSYM BOOL8 pause_continue (const char *format, ...
00038 );
00039 #endif

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1