RAD Studio
ContentsIndex
PreviousUpNext
NDEBUG #define

Header File 

assert.h 

Description 

NDEBUG means "Use #define to treat assert as a macro or a true function".  

Can be defined in a user program. If defined, assert is a true function; otherwise assert is a macro.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!