NDEBUG #define

From RAD Studio
Jump to: navigation, search

Go Up to assert.h Index


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.