#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include "assert.h"

Go to the source code of this file.
Functions | |
| void | grASSERT (const bool condition, const char *fichier, const int ligne, const char *cond) |
| void grASSERT | ( | const bool | condition, | |
| const char * | fichier, | |||
| const int | ligne, | |||
| const char * | cond | |||
| ) |
Definition at line 6 of file assert.cpp.
1.5.8