#include <stdio.h>#include <stdarg.h>#include <string.h>#include "ut_debugmsg.h"Functions | |
| void | UT_Debug_Init () |
| void | _UT_OutputMessage (const char *s,...) |
Variables | |
| bool | ut_g_silent = false |
| void _UT_OutputMessage | ( | const char * | s, | |
| ... | ||||
| ) |
References ut_g_silent.
| void UT_Debug_Init | ( | ) |
References ut_g_silent.
Referenced by main().
| bool ut_g_silent = false |
Referenced by _UT_OutputMessage(), and UT_Debug_Init().
1.7.1