Header and define for the ABORT macro.
|
| void | reallyAbort (const char *fmt,...) |
| | The function that really does the aborting.
|
| |
| void | reallyAbortW (const wchar_t *fmt,...) |
| | Wide character version of function reallyAbort.
|
| |
◆ ABORT
This nasty looking macro uses a handy little trick to allow it to appear to take a variable number of arguments. This is what you should actually call to abort.
◆ reallyAbort()
| void reallyAbort |
( |
const char * | fmt, |
|
|
| ... ) |
Terminate the program with a printf-like formatted error message. Normally we will call this function using the ABORT macro.
- Parameters
-
◆ reallyAbortW()
| void reallyAbortW |
( |
const wchar_t * | fmt, |
|
|
| ... ) |
Terminate the program with a printf-like formatted error message. Normally we will call this function using the ABORT macro.
- Parameters
-