#include <stdint.h>
#include <time.h>
#include "ctime.h"
#include <sys/nutdebug.h>
#include <stddef.h>
Go to the source code of this file.
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 |
Definition at line 64 of file localtim.c.
#define LONG_MAX 2147483647L |
Definition at line 67 of file localtim.c.
Referenced by localtime_r(), and strtol().