Terminate program execution.
Include
None
Prototype
void _exit (int status);
Argument
status |
exit status |
Remarks
This is a helper function called by the exit() Standard C Library
function.
Default Behavior
As distributed, this function flushes stdout and terminates. The
parameter status is the same as that passed to the exit() standard C
library function.
File
_exit.c