Synopsis
#include <stdlib.h>
void exit(int status);
Description
exit returns to the startup code and performs the appropriate cleanup process.
Portability
exit conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).
#include <stdlib.h>
void exit(int status);
exit returns to the startup code and performs the appropriate cleanup process.
exit conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).