ReactOS 0.4.15-dev-8434-g155a7c7
assert.h File Reference
#include <schily/mconfig.h>
Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define assert(exp)   (void)((exp) || (__assert("exp", __FILE__, __LINE__), 0))
 

Macro Definition Documentation

◆ assert

#define assert (   exp)    (void)((exp) || (__assert("exp", __FILE__, __LINE__), 0))

Definition at line 41 of file assert.h.