9 lines
145 B
C
9 lines
145 B
C
#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_
|