Tesseract
3.02
|
#include "mfcpch.h"
#include <stdio.h>
#include <stdarg.h>
#include "strngs.h"
#include "params.h"
#include "tprintf.h"
#include "ccutil.h"
Go to the source code of this file.
Macros | |
#define | MAX_MSG_LEN 65536 |
#define | EXTERN |
Functions | |
DLLSYM void | tprintf (const char *format,...) |
DLLSYM BOOL8 | pause_continue (const char *format,...) |
Variables | |
DLLSYM char * | debug_file = "" |
#define EXTERN |
Definition at line 36 of file tprintf.cpp.
#define MAX_MSG_LEN 65536 |
Definition at line 34 of file tprintf.cpp.
Definition at line 86 of file tprintf.cpp.
DLLSYM void tprintf | ( | const char * | format, |
... | |||
) |
Definition at line 41 of file tprintf.cpp.
DLLSYM char* debug_file = "" |
"File to send tprintf output to"
Definition at line 38 of file tprintf.cpp.