home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / unixlib / !UnixLib / test / c / !Exit next >
Encoding:
Text File  |  1994-03-08  |  51 b   |  9 lines

  1. #include <stddef.h>
  2.  
  3. int
  4. main ()
  5.  
  6. {
  7.   exit (-1);
  8. }
  9.