NDEBUG #define

De RAD Studio
Aller à : navigation, rechercher

Remonter à 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.