home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
turbo_c
/
tc130.arc
/
AABORT.DOC
< prev
next >
Wrap
Text File
|
1987-08-20
|
476b
|
36 lines
NAME
aabort -- terminate a program
SYNOPSIS
void aabort(code);
int code; exit error code
DESCRIPTION
The program is aborted after sending the BELL character to stderr.
The code is used as the exit value to DOS.
EXAMPLE
aabort(0);
This function is found in SMTCx.LIB for the Turbo-C Compiler.