home *** CD-ROM | disk | FTP | other *** search
-
-
- 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.