17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Normal Termination<br />

exit<br />

Syntax #include <br />

Defined in<br />

Description<br />

void exit(status)<br />

int status;<br />

exit. c in rts. src<br />

When a program exits through a call to the exit function, the atexit function<br />

calls the functions (without arguments) that were registered in reverse order<br />

of their registration.<br />

The exit function does return.<br />

6-35

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!