ReactOS 0.4.16-dev-289-g096a551
|
#include "precomp.h"
#include <signal.h>
Go to the source code of this file.
Functions | |
void __cdecl | abort (void) |
Aborts the program. | |
Variables | |
unsigned int | __abort_behavior = _WRITE_ABORT_MSG | _CALL_REPORTFAULT |
static const char | abort_msg [] |
Aborts the program.
Definition at line 25 of file abort.c.
unsigned int __abort_behavior = _WRITE_ABORT_MSG | _CALL_REPORTFAULT |
Definition at line 12 of file abort.c.
Referenced by _set_abort_behavior(), and abort().