home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / pcq_incl3v1.lha / Resources / BattClock.i next >
Encoding:
Text File  |  1994-09-22  |  197 b   |  15 lines

  1.  
  2. CONST
  3.   BATTCLOCKNAME =  "battclock.resource";
  4.  
  5. PROCEDURE ResetBattClock;
  6.     External;
  7.  
  8. FUNCTION ReadBattClock : Integer;
  9.     External;
  10.  
  11. PROCEDURE WriteBattClock(Time : Integer);
  12.     External;
  13.  
  14.  
  15.