Functions HI-TECH C EXIT

EXIT

SYNOPSIS

#include  <stdlib.h>

void      exit(int status)


DESCRIPTION

This call will close all open files and exit from the program. On CP/M, this means a return to CCP level. Status will be stored in a known place for examination by other programs. This is only useful if the program executing was actually invoked by another program which is trapping warm boots. The status value will be stored on CP/M at 80H. This call will never return.

SEE ALSO

atexit