abort

Terminates execution of the running C program.

void abort ();

Required Header
<stdlib.h>

Return Value

None.

Parameters

None.

Remarks

The abort function terminates the current program with a return code of 8.

Standard Library

See Also   exit