home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / radi116c.zip / radius116c / src / radius / timer.h < prev    next >
C/C++ Source or Header  |  1997-02-02  |  167b  |  10 lines

  1. /* OS/2 2.0 32bit timer functions */
  2.  
  3. #define INCL_DOSMISC
  4.  
  5. #include <os2.h>
  6.  
  7. void StartElapsedTimer(ULONG *timer);
  8. ULONG DetermineElapsedTime(ULONG timer);
  9.  
  10.