#include "precomp.h"
#include <signal.h>
Go to the source code of this file.
◆ abort()
Aborts the program.
- Note
- The function does not return.
- Todo:
- unimplemented
Definition at line 25 of file abort.c.
27{
28
30 {
31
34 {
35
37 }
38 else
39 {
40
42 }
43 }
44
45
47 {
50 }
51
54}
unsigned int __abort_behavior
static const char abort_msg[]
int __cdecl raise(int _SigNum)
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
#define _CALL_REPORTFAULT
int __cdecl __crt_MessageBoxA(_In_opt_ const char *pszText, _In_ unsigned int uType)
◆ __abort_behavior
◆ abort_msg
Initial value:=
"This application has requested the Runtime to terminate in an unusual way.\n"
"Please contact the application's support team for more information.\0"
Definition at line 14 of file abort.c.
Referenced by abort().