C Run-Time Library Reference
exit
normal program termination
Synopsis
#include <stdlib.h>
void exit(int status);
Description
The
function causes normal program termination. The functions
exit
registered by the
tration and the microprocessor is put into the
argument is stored in register
___lib_prog_term
Error Conditions
The
function does not return an error condition.
exit
Example
#include <stdlib.h>
exit(EXIT_SUCCESS);
See Also
abort,
atexit
3-52
function are called in reverse order of their regis-
atexit
, and control is passed to the label
AX1
, which is defined in the run-time startup file.
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
state. The
IDLE
status
for ADSP-219x DSPs
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?