9 lines
103 B
C
Executable File
9 lines
103 B
C
Executable File
#ifndef __TIMEFUNC_H
|
|
#define __TIMEFUNC_H
|
|
|
|
#define TICKSPERSEC 10000
|
|
|
|
long gettimeticks(void);
|
|
|
|
#endif
|