ulib Time utilities, expose time() syscall
This commit is contained in:
8
ulib/time/time.h
Normal file
8
ulib/time/time.h
Normal 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_
|
||||
Reference in New Issue
Block a user