home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / turbo_c / tc130.arc / AABORT.DOC < prev    next >
Text File  |  1987-08-20  |  476b  |  36 lines

  1.  
  2.  
  3.         NAME
  4.                 aabort -- terminate a program
  5.  
  6.         SYNOPSIS
  7.                 void aabort(code);
  8.                 int code;     exit error code
  9.  
  10.  
  11.         DESCRIPTION
  12.         The program is aborted after sending the BELL character to stderr.
  13.         The code is used as the exit value to DOS.
  14.  
  15.  
  16.  
  17.         EXAMPLE
  18.  
  19.                 aabort(0);
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.         This function is found in SMTCx.LIB for the Turbo-C Compiler.
  36.