libkipr  1.0.0
time.h
Go to the documentation of this file.
1 #ifndef _KIPR_TIME_TIME_H_
2 #define _KIPR_TIME_TIME_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 void msleep(long msecs);
9 
10 unsigned long systime();
11 
12 double seconds();
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif
double seconds()
unsigned long systime()
void msleep(long msecs)