next up previous contents index
Next: 9.4.4 ctype.h: character handling Up: 9.4 Header Files Previous: 9.4.2 alloca.h: explicit stack-based

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



University of Utah Flux Research Group