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.

abort<br />

Abnormal Termination<br />

Syntax #include <br />

Defined in<br />

Description<br />

void abort ( )<br />

exit. c in rts. src<br />

The abort function usually terminates a program with an error code. The<br />

<strong>TMS34010</strong> implementation of the abort function calls the exit function with<br />

a value of 0, and is defined as follows:<br />

void abort ()<br />

(<br />

exit(O);<br />

This makes the abort function functionally equivalent to the exit function.<br />

6-16

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

Saved successfully!

Ooh no, something went wrong!