libwallaby  v24
The wallaby standard library
util.h
Go to the documentation of this file.
1 /*
2  * util.h
3  *
4  * Created on: Nov 6, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_UTIL_H_
9 #define INCLUDE_WALLABY_UTIL_H_
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 void msleep(long msecs);
17 
18 unsigned long systime();
19 
20 double seconds();
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 
27 #endif /* INCLUDE_WALLABY_UTIL_H_ */
double seconds()
unsigned long systime()
void msleep(long msecs)