Simple assertion with a message conplies to nop if NDEBUG is defined. More...
#include "_ansi.h"
Defines | |
#define | sassert(e, msg) ((e) ? (void)0 : __sassert(__FILE__, __LINE__, #e, msg)) |
Causes a blue screen of death if e is not true with the msg "msg" displayed. |
Simple assertion with a message conplies to nop if NDEBUG is defined.