home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / ROBOT03.ZIP / RCCL154 < prev    next >
Encoding:
Text File  |  1987-03-02  |  410 b   |  15 lines

  1. /*
  2.  * RCCL Version 1.0           Author :  Vincent Hayward
  3.  *                                      School of Electrical Engineering
  4.  *                                      Purdue University
  5.  *      Dir     : h
  6.  *      File    : switch.h
  7.  *      Remarks : Decide the system's version
  8.  *      Usage   : edit it and change the #define
  9.  */
  10.  
  11. /*
  12.  * pick one of those: PLAN, FAKE, REAL
  13.  */
  14. #define REAL
  15.