Functions | Variables

ut_debugmsg.cpp File Reference

#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

Function Documentation

void _UT_OutputMessage ( const char *  s,
  ... 
)

References ut_g_silent.

void UT_Debug_Init (  ) 

References ut_g_silent.

Referenced by main().


Variable Documentation

bool ut_g_silent = false

Referenced by _UT_OutputMessage(), and UT_Debug_Init().