ulib Time utilities, expose time() syscall

This commit is contained in:
2025-10-16 14:15:27 +02:00
parent 702f0ddf87
commit 7445689010
6 changed files with 50 additions and 2 deletions

8
ulib/time/time.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef ULIB_TIME_TIME_H_
#define ULIB_TIME_TIME_H_
#include <sysdefs/time.h>
timeunix_t time_tounix(Time *time);
#endif // ULIB_TIME_TIME_H_