MLIB
|
Definition of dprintf() function. More...
Go to the source code of this file.
Macros | |
#define | MAX_DPRINTF_CHARS 1024 |
maximum message size | |
Functions | |
bool | dprintf (const char *fmt,...) |
printf style function writes messages using OutputDebugString. | |
Definition of dprintf() function.
(c) Mircea Neacsu 1999-2000. All rights reserved.
bool dprintf | ( | const char * | fmt, |
... | |||
) |
printf style function writes messages using OutputDebugString.
Message length is limited to MAX_DPRINTF_CHARS characters.
fmt | print format |