error.[ch]: fix keyword usage
[0verkill.git] / time.h
blob7c5b2868b96a07ecfca4d021920527fa613c216d
1 #ifndef __TIME_H
2 #define __TIME_H
4 #include "cfg.h"
6 extern unsigned long_long get_time(void); /* gets current time in microseconds */
7 extern void sleep_until(unsigned long_long time); /* waits until time passes */
8 extern void my_sleep(unsigned long_long time); /* waits time microseconds */
10 #endif