#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 | ChkAdd(dest, src1, src2) |
| #define | ChkMul(dest, src1, src2) ( src1 ? (dest/src1 != src2) : 0 ) |
Functions | |
| time_t | mktime (tm *timeptr) |
| Convert the local time to a calendar value. | |
| time_t | _mkgmtime (tm *timeptr) |
| #define ChkAdd | ( | dest, | |
| src1, | |||
| src2 | |||
| ) |