Go to the source code of this file.
|
time_t | mkgmtime (struct tm *const tmp) |
| Get the UTC time in seconds and nano-seconds from a time struct in GM time. More...
|
|
static int | tmcomp (register const struct tm *const atmp, register const struct tm *const btmp) |
|
time_t mkgmtime |
( |
struct tm *const |
tmp | ) |
|
Get the UTC time in seconds and nano-seconds from a time struct in GM time.
Definition at line 108 of file mkgmtime.c.
static int tmcomp |
( |
register const struct tm *const |
atmp, |
|
|
register const struct tm *const |
btmp |
|
) |
| |
|
static |