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).