NEURON
hocassrt.h File Reference
#include <assert.h>
#include <stdio.h>
#include "oc_ansi.h"

Go to the source code of this file.

Macros

#define assert(ex)
 

Macro Definition Documentation

◆ assert

#define assert (   ex)
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.