This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
649b5425ac
libowfat
/
tai
/
tai_now.c
8 lines
102 B
C
Raw
Blame
History
#
include
<time.h>
#
include
"tai.h"
void
tai_now
(
struct
tai
*
t
)
{
tai_unix
(
t
,
time
(
(
time_t
*
)
0
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink