Iros
Loading...
Searching...
No Matches
assert.h
Go to the documentation of this file.
1
#undef assert
2
3
#ifdef NDEBUG
4
#define assert(condition) ((void) 0)
5
#else
6
// FIXME: Actually implement assert()
7
#define assert(condition) ((void) 0)
8
#endif
libs
ccpp
include
assert.h
Generated by
1.13.0