process termination

#include <stdlib.h>

void exit(int status);

implicitly

return from main implicitly calls exit(0)