home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / programming / osclid / !OscliD / Tools / c / restart < prev    next >
Encoding:
Text File  |  1997-03-27  |  142 b   |  12 lines

  1. /* restart.c
  2.  * restarts OscliD
  3.  */
  4.  
  5. #define TOOLNAME "Restart OscliD"
  6.  
  7. #include "toollib.c"
  8.  
  9. {
  10.     xwimp_start_task ("<OscliD$Dir>.!Run", 0);
  11. }
  12.