#include <stdint.h>#include <time.h>#include "ctime.h"#include <sys/nutdebug.h>#include <stddef.h>Defines | |
| #define | __need_NULL |
| #define | LONG_MAX 2147483647L |
Functions | |
| int | localtime_r (const time_t *timer, tm *ptm) |
| Convert a time value and correct for the local time zone. | |
| tm * | localtime (const time_t *timer) |
| Convert a time value and correct for the local time zone. | |
| #define __need_NULL |
| #define LONG_MAX 2147483647L |
Referenced by localtime_r(), and strtol().