Include dependency graph for iso3307.c:

Go to the source code of this file.
Macros | |
#define | ASCII_DIGIT(c) ((c)-48) |
Functions | |
time_t | parse_iso3307_time (const char *buf) |
Macro Definition Documentation
◆ ASCII_DIGIT
Function Documentation
◆ parse_iso3307_time()
time_t parse_iso3307_time | ( | const char * | buf | ) |
Definition at line 25 of file iso3307.c.
References ASCII_DIGIT, and buf.
Referenced by ftpReadMdtm().