![]() |
NEURON
|
#include <assert.h>#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | assert(ex) {if (!(ex)){fprintf(stderr,"Assertion failed: file %s, line %d\n", __FILE__,__LINE__);hoc_execerror("ex", (char *)0);}} |
Functions | |
| void | hoc_execerror (const char *, const char *) |
| #define assert | ( | ex | ) | {if (!(ex)){fprintf(stderr,"Assertion failed: file %s, line %d\n", __FILE__,__LINE__);hoc_execerror("ex", (char *)0);}} |
Definition at line 26 of file hocassrt.h.