time_util.h
Go to the documentation of this file.
1 
9 #ifndef TIME_UTIL_H_
10 #define TIME_UTIL_H_
11 
12 #include <time.h>
14 
20 MCL_LOCAL void time_util_get_time(mcl_time_t *current_time);
21 
22 #endif //TIME_UTIL_H_
#define MCL_LOCAL
MCL_LOCAL void time_util_get_time(mcl_time_t *current_time)
Definition: time_util.c:129
time_t mcl_time_t
Common module interface header file.