home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 470 / rccl086 < prev    next >
Text File  |  1987-03-02  |  385b  |  15 lines

  1. /*
  2.  * RTC  Version 2.0           Author :  Vincent Hayward
  3.  *                                      School of Electrical Engineering
  4.  *                                      Purdue University
  5.  *      Dir     : rtc
  6.  *      File    : calib.c
  7.  *      Remarks : Utility, only a call to stepmode for initial calibration
  8.  *      Usage   : make calib
  9.  */
  10.  
  11. main()
  12. {
  13.     stepmode();
  14. }
  15.