ReactOS 0.4.15-dev-7842-g558ab78
trace.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ASSERT(exp)
 
#define ASSERTMSG(msg, exp)
 
#define TRACE   0 ? (void)0 : Trace
 

Functions

void Assert (void *assert, TCHAR *file, int line, void *msg)
 
void Trace (TCHAR *lpszFormat,...)
 

Macro Definition Documentation

◆ ASSERT

#define ASSERT (   exp)

Definition at line 47 of file trace.h.

◆ ASSERTMSG

#define ASSERTMSG (   msg,
  exp 
)

Definition at line 48 of file trace.h.

◆ TRACE

#define TRACE   0 ? (void)0 : Trace

Definition at line 51 of file trace.h.

Function Documentation

◆ Assert()

void Assert ( void assert,
TCHAR file,
int  line,
void msg 
)

Definition at line 50 of file trace.c.

50{ };

◆ Trace()

void Trace ( TCHAR lpszFormat,
  ... 
)

Definition at line 49 of file trace.c.

49{ };