home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 143_01 / endif.c < prev    next >
Text File  |  1985-11-14  |  512b  |  18 lines

  1. /*
  2. %CC1 $1.C -X 
  3. %CLINK $1  -S
  4. %DELETE $1.CRL 
  5. */
  6. #include <bdscio.h>
  7.  
  8. /*********************************************************************
  9. *                               ENDif                                *
  10. **********************************************************************
  11. *                  COPYRIGHT 1983 EUGENE H. MALLORY                  *
  12. *********************************************************************/
  13. main(argc,argv)
  14. char **argv;
  15. int argc;
  16. BEGIN
  17. END
  18.