EXIT(3spp)
NAME
exit − terminate a process after flushing any pending output
SYNOPSIS
exit(status)
int status;
DESCRIPTION
Exit terminates a process after closing all currently open files. Exit never returns.
exit − terminate a process after flushing any pending output
exit(status)
int status;
Exit terminates a process after closing all currently open files. Exit never returns.