Files
O2EM-Core/clean/src/timefunc.h
T
2014-08-29 14:40:54 -05:00

9 lines
103 B
C
Executable File

#ifndef __TIMEFUNC_H
#define __TIMEFUNC_H
#define TICKSPERSEC 10000
long gettimeticks(void);
#endif