#include <neuro/stringtable.h>#include <neuro/cmdhandler.h>#include <neuro/ns2net.h>Go to the source code of this file.
Defines | |
| #define | OK 0 |
| #define | rassert(x) if (!(x)) { void exit(int); fprintf(stderr, "FAIL: %s:%d:%s\n", __FILE__, __LINE__, #x); exit(1); } |
|
|
|
|
|
Definition at line 6 of file neuro.h. Referenced by attemptConnect(). |
1.3.3