PatchworkOS
Loading...
Searching...
No Matches
localtime.c
Go to the documentation of this file.
1
#include <
time.h
>
2
3
#include "
common/time_utils.h
"
4
5
struct
tm
*
localtime
(
const
time_t
* timer)
6
{
7
static
struct
tm
tm
;
8
return
localtime_r
(timer, &
tm
);
9
}
localtime
struct tm * localtime(const time_t *timer)
Definition
localtime.c:5
tm
Definition
time.h:21
time.h
localtime_r
_PUBLIC struct tm * localtime_r(const time_t *timer, struct tm *buf)
Definition
localtime_r.c:6
time_t
long long unsigned time_t
Definition
time_t.h:4
time_utils.h
src
libstd
functions
time
localtime.c
Generated by
1.9.8