|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>
Go to the source code of this file.
Macros | |
| #define | assert(_expr) (void)((!!(_expr)) || (_assert(#_expr, __FILE__, __LINE__), 0)) |
Functions | |
| _ACRTIMP DECLSPEC_NORETURN void __cdecl | _assert (const char *, const char *, unsigned int) |
| _ACRTIMP DECLSPEC_NORETURN void __cdecl _assert | ( | const char * | str, |
| const char * | file, | ||
| unsigned int | line | ||
| ) |
Definition at line 314 of file exit.c.