home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / abort.0 next >
Text File  |  1993-12-07  |  914b  |  67 lines

  1.  
  2. ABORT(3)                   UNIX Programmer's Manual                   ABORT(3)
  3.  
  4. NNAAMMEE
  5.      aabboorrtt - cause abnormal program termination
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _v_o_i_d
  11.      aabboorrtt(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The aabboorrtt() function causes abnormal program termination to occur, unless
  15.      the signal SIGABRT is being caught and the signal handler does not re­
  16.      turn.
  17.  
  18.      No open streams are closed or flushed.
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      The aabboorrtt function never returns.
  22.  
  23. SSEEEE AALLSSOO
  24.      sigaction(2),  exit(2)
  25.  
  26. SSTTAANNDDAARRDDSS
  27.      The aabboorrtt() function conforms to ANSI C3.159­1989 (``ANSI C'').
  28.  
  29. BSD Experimental                 June 29, 1991                               1
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.