Terminates execution of the running C program.
void abort ();
Return Value
None.
Parameters
Remarks
The abort function terminates the current program with a return code of 8.
Standard Library
See Also exit