Develop Biology
The language of life
AssertMacros.h File Reference
#include <assert.h>
+ Include dependency graph for AssertMacros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BIO_ASSERT(cond)   assert(cond);
 

Macro Definition Documentation

◆ BIO_ASSERT

#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.