home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
turbo_c
/
tctimer.arc
/
TCTIMER.H
< prev
next >
Wrap
Text File
|
1988-08-10
|
422b
|
17 lines
void cardinal(long l, double *result);
void elapsedtime(long start, long stop, double *result);
/*Calculate time elapsed (in milliseconds) between Start and Stop*/
void initializetimer(void);
/*Reprogram the timer chip to allow 1 microsecond resolution*/
void restoretimer(void);
/*Restore the timer chip to its normal state*/
long readtimer(void);
/*Read the timer with 1 microsecond resolution*/