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 [] |
| #define __need_NULL |
Referenced by gmtime(), and localtime().
| int _lpdays[] |
{
-1, 30, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365
}
Referenced by gmtime_r().
| int _days[] |
{
-1, 30, 58, 89, 119, 150, 180, 211, 242, 272, 303, 333, 364
}
Referenced by gmtime_r().