This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
9f168eacea
status-go
/
vendor
/
modernc.org
/
libc
/
musl
/
compat
/
time32
/
ctime32.c
8 lines
102 B
C
Raw
Blame
History
#
include
"time32.h"
#
include
<time.h>
char
*
__ctime32
(
time32_t
*
t
)
{
return
ctime
(
&
(
time_t
)
{
*
t
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink