#include <gobjconfig.h>
#include <stdio.h>
Defines | |
#define | GJ_SEGFAULT *((char*)0) = 0 |
Produce a segmentation fault. More... | |
#define | GJ_DORET(func) if((func) == -1) ret = -1; |
Help function for Gj_*_delete's. More... | |
Functions | |
void | Gj_indent (FILE* stream, int* indent) |
Print out spaces onto the given stream. More... | |
char* | Gj_getInternalErrCause () |
Get the cause of the last internal error. More... |
|
Produce a segmentation fault. Use this a follows: GJ_SEGFAULT; |
|
Help function for Gj_*_delete's.
Test the variable |
|
Print out spaces onto the given stream.
|
|
Get the cause of the last internal error.
|