![]() |
![]()
| ![]() |
![]()
NAMETRACE - Debugging helper macro to trace messages. Allegro game programming library. SYNOPSIS#include <allegro.h> void TRACE(char *msg, ...); DESCRIPTIONDebugging helper macro. Normally compiles away to nothing, but if you defined the preprocessor symbol DEBUGMODE before including Allegro headers, it passes the supplied message given in ASCII format to al_trace(). Example:
SEE ALSOal_trace(3), ASSERT(3), register_trace_handler(3)
|