Abort - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

abort

abnormal program end
Synopsis
#include <stdlib.h>
void abort(void);
Description
The
function causes an abnormal program termination by raising
abort
the
signal. If the
SIGABRT
terminate the program with a failure condition.
Error Conditions
The
function does not return.
abort
Example
#include <stdlib.h>
extern int errors;
if(errors)
abort();
See Also
atexit,
exit
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
handler returns,
SIGABRT
/* terminate program if */
/* errors are present
C/C++ Run-Time Library
calls
abort()
*/
to
exit()
3-27

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Questions and answers

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents