meta: move photon/libc to root
This commit is contained in:
7
libc/time/localtime.c
Normal file
7
libc/time/localtime.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <time.h>
|
||||
|
||||
struct tm *localtime(const time_t *timer)
|
||||
{
|
||||
/* TODO timezone support */
|
||||
return gmtime(timer);
|
||||
}
|
||||
Reference in New Issue
Block a user