Develop Biology
The language of life
|
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | BIO_ASSERT(cond) assert(cond); |
#define BIO_ASSERT | ( | cond | ) | assert(cond); |
Description: assert definition. Will get more complicated as we support more target environments
Definition at line 29 of file AssertMacros.h.