ulib More time conversion utils

This commit is contained in:
2025-10-16 15:46:06 +02:00
parent 1a2962de80
commit 43ab1674e8
2 changed files with 61 additions and 0 deletions

View File

@ -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_