#include <stdlib.h>
void exit(int status);
exit() terminates the program normally. It does the following, in this order:
exit() ignores the status argument.
abort()