#include <assert.h>
#include <stdio.h>
#include "oc_ansi.h"
Go to the source code of this file.
◆ assert
Value: { \
if (!(ex)) { \
fprintf(stderr, "Assertion failed: file %s, line %d\n", __FILE__, __LINE__); \
hoc_execerror("ex", (char*) 0); \
} \
}
Definition at line 24 of file hocassrt.h.