#include "Utils.h"
Functions | |
| void | printdbg (char *fmt,...) |
| Print formatted debug message to stdout. | |
| void printdbg | ( | char * | fmt, | |
| ... | ||||
| ) |
Print formatted debug message to stdout.
Requires DEBUG compile time environment variable to be defined.
| fmt | printf format string | |
| ... | printf argument list |
1.5.4