Assertion Support
Assertion Support
Include assertion support.
Import assert()
Imported declaration
Segment Source
30: #ifndef ENABLE_ASSERTIONS
31: # define NDEBUG 1
32: #endif
33: #include <assert.h>