Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
debug.h File Reference

Go to the source code of this file.

Macros

#define DEBUG_STATIC_ASSERT(c)
 
#define DEBUGLEVEL   0
 
#define assert(condition)
 
#define RAWLOG(l, ...)
 
#define DEBUGLOG(l, ...)
 

Macro Definition Documentation

◆ assert

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

◆ DEBUG_STATIC_ASSERT

#define DEBUG_STATIC_ASSERT ( c)
Value:
(void)sizeof(char[(c) ? 1 : -1])
#define c(i)
Definition sha256.c:43

◆ DEBUGLEVEL

#define DEBUGLEVEL   0

◆ DEBUGLOG

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

◆ RAWLOG

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