
Go to the source code of this file.
Defines | |
| #define | __need_NULL |
Functions | |
| int | gmtime_r (CONST time_t *timer, tm *ptm) |
| Convert a time value to a structure. | |
| tm * | gmtime (CONST time_t *timer) |
| Convert a time value to a structure. | |
Variables | |
| tm | _tb |
| int | _lpdays [] |
| int | _days [] |
| int _lpdays[] |
{
-1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365
}
Definition at line 77 of file gmtime.c.
Referenced by gmtime_r().
| int _days[] |
{
-1, 30, 58, 89, 119, 150, 180, 211, 242, 272, 303, 333, 364
}
Definition at line 80 of file gmtime.c.
Referenced by gmtime_r().