#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
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