JWM Source Documentation
Header for the debug functions. More...
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | AllocateStack(x) Allocate( x ) |
| #define | ReleaseStack(x) Release( x ) |
| #define | Assert(x) ((void)0) |
| #define | SetCheckpoint() ((void)0) |
| #define | ShowCheckpoint() ((void)0) |
| #define | StartDebug() ((void)0) |
| #define | StopDebug() ((void)0) |
| #define | Allocate(x) malloc( (x) ) |
| #define | Reallocate(x, y) realloc( (x), (y) ) |
| #define | Release(x) free( (x) ) |
Functions | |
| void | Debug (const char *str,...) |
Detailed Description
Define Documentation
Function Documentation
| void Debug | ( | const char * | str, |
| ... | |||
| ) |