home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / bc4lib / timer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-27  |  141 b   |  18 lines

  1.  
  2. #ifdef __cplusplus
  3. extern  "C" {
  4. #endif
  5.  
  6.  
  7. void starttimer(void);
  8. long elapsedtime(void);
  9.  
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14.  
  15.  
  16.  
  17.  
  18.