home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Groovy Bytes: Behind the Moon
/
groovybytes.iso
/
GROOVY
/
DEMOS
/
MISC_DEM
/
SUNKNOWN.ZIP
/
TIMER.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-26
|
206 b
|
17 lines
// TIMER_C
#ifndef _TIMER_H
#define _TIMER_H
class timer_C
{
public:
timer_C();
~timer_C();
long readtimer(void);
long elapsed(unsigned long start,unsigned long stop);
};
#endif