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

Go to the source code of this file.

Macros

#define DEBUG_STATIC_ASSERT(c)   (void)sizeof(char[(c) ? 1 : -1])
 
#define DEBUGLEVEL   0
 
#define DEBUGFILE   stderr
 
#define assert(condition)   ((void)0) /* disable assert (default) */
 
#define RAWLOG(l, ...)   {} /* disabled */
 
#define DEBUGLOG(l, ...)   {} /* disabled */
 

Macro Definition Documentation

◆ assert

#define assert (   condition)    ((void)0) /* disable assert (default) */

Definition at line 82 of file debug.h.

◆ DEBUG_STATIC_ASSERT

#define DEBUG_STATIC_ASSERT (   c)    (void)sizeof(char[(c) ? 1 : -1])

Definition at line 43 of file debug.h.

◆ DEBUGFILE

#define DEBUGFILE   stderr

Definition at line 59 of file debug.h.

◆ DEBUGLEVEL

#define DEBUGLEVEL   0

Definition at line 50 of file debug.h.

◆ DEBUGLOG

#define DEBUGLOG (   l,
  ... 
)    {} /* disabled */

Definition at line 106 of file debug.h.

◆ RAWLOG

#define RAWLOG (   l,
  ... 
)    {} /* disabled */

Definition at line 105 of file debug.h.