![]() |
abort | Function (Macro) |
stdlib.h |
void abort (void); |
Abnormal termination of a process.
abort writes a termination message ("ABNORMAL PROGRAM TERMINATION") in the status line,
then aborts the program by a call to exit (passing 0 to it).
Note that the status line text will not be visible if SAVE_SCREEN
is defined.