EXIT

Section: C Library Functions (3)
Updated: August 1, 1992
Index Return to Main Contents
 

NAME

exit - terminate a process after flushing any pending output  

SYNOPSIS

void exit(int status);
 

DESCRIPTION

Exit terminates a process after calling the Standard I/O library function _cleanup to flush any buffered output. Exit never returns.  

SEE ALSO

exit(2), intro(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 00:57:54 GMT, September 26, 2024