PatchworkOS
Loading...
Searching...
No Matches
time.c
Go to the documentation of this file.
1#include <time.h>
2
4
5time_t time(time_t* timePtr)
6{
8 if (timePtr != NULL)
9 {
10 *timePtr = time;
11 }
12 return time;
13}
#define NULL
Pointer error value.
Definition NULL.h:23
static time_t _syscall_unix_epoch(void)
Definition syscalls.h:138
time_t time(time_t *timePtr)
Definition time.c:5
long long unsigned time_t
Definition time_t.h:4