blob: b09e73ce1f3574f64b885724002557ffaa069fa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* #undef NDEBUG */
#define NDEBUG /** control program diagnostics **/
/***
THIS() is not defined by the compiler or any header. If it is defined
by the programmer before including HEADER(assert.h), it causes
FUNCTION(assert) to be a void statement. Otherwise, FUNCTION(assert) has
its normal behavior.
***/
/*
STDC(1)
*/
|