home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 143_01 / endif.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-11-13  |  512 b   |  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.