![]() |
TinyGL 0.4.1 for MinGW
|
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | NO_DEBUG_OUTPUT |
Functions | |
void | tgl_warning (const char *format,...) |
void | tgl_trace (const char *format,...) |
void | tgl_fixme (const char *format,...) |
#define NDEBUG |
Definition at line 4 of file msghandling.c.
#define NO_DEBUG_OUTPUT |
Definition at line 7 of file msghandling.c.
void tgl_fixme | ( | const char * | format, |
... | |||
) |
Definition at line 43 of file msghandling.c.
void tgl_trace | ( | const char * | format, |
... | |||
) |
Definition at line 28 of file msghandling.c.
void tgl_warning | ( | const char * | format, |
... | |||
) |
Definition at line 15 of file msghandling.c.