This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
musl
mirror of
git://git.musl-libc.org/musl
Watch
1
Star
0
Fork
You've already forked musl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
047a16398b
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