time64.h File Reference
#include <time.h>
#include "time64_config.h"
Go to the source code of this file.
Define Documentation
#define GMTIME_R |
( |
clock, |
|
|
result |
|
) |
fake_gmtime_r(clock, result) |
#define LOCALTIME_R |
( |
clock, |
|
|
result |
|
) |
fake_localtime_r(clock, result) |
#define TM64_ASCTIME_FORMAT "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n" |
Typedef Documentation
Function Documentation
char* asctime64 |
( |
const struct TM * |
|
) |
|
char* asctime64_r |
( |
const struct TM * |
, |
|
|
char * |
| |
|
) |
| | |
char* ctime64_r |
( |
const Time64_T * |
, |
|
|
char * |
| |
|
) |
| | |
struct TM* gmtime64 |
( |
const Time64_T * |
|
) |
[read] |
struct TM* gmtime64_r |
( |
const Time64_T * |
, |
|
|
struct TM * |
| |
|
) |
| | [read] |
struct TM* localtime64 |
( |
const Time64_T * |
|
) |
[read] |
struct TM* localtime64_r |
( |
const Time64_T * |
, |
|
|
struct TM * |
| |
|
) |
| | [read] |
Time64_T timelocal64 |
( |
const struct TM * |
|
) |
|