ulib More time conversion utils
This commit is contained in:
@ -4,5 +4,7 @@
|
||||
#include <sysdefs/time.h>
|
||||
|
||||
timeunix_t time_tounix(Time *time);
|
||||
void timeunix_totime(timeunix_t unix, Time *time);
|
||||
uint32_t time_totalhours(Time *time);
|
||||
|
||||
#endif // ULIB_TIME_TIME_H_
|
||||
|
||||
Reference in New Issue
Block a user