next up previous contents index
Next: 12.4.4 ctype.h: character handling Up: 12.4 Header Files Previous: 12.4.2 alloca.h: explicit stack-based

12.4.3 assert.h: program diagnostics facility

   

DESCRIPTION

This header file provides a standard assert macro as described in the C standard. All uses of the assert macro are compiled out (they generate no code) if the preprocessor symbol NDEBUG is defined before this header file is included.



Utah Flux Research Group