|
VSF Documented
|
#include "argtable3.h"#include "argtable3_private.h"#include <stdlib.h>#include <string.h>#include <ctype.h>#include <time.h>Macros | |
| #define | ALT_E 0x01 |
| #define | ALT_O 0x02 |
| #define | LEGAL_ALT(x) |
| #define | TM_YEAR_BASE (1900) |
Functions | |
| char * | arg_strptime (const char *buf, const char *fmt, struct tm *tm) |
| struct arg_date * | arg_date0 (const char *shortopts, const char *longopts, const char *format, const char *datatype, const char *glossary) |
| struct arg_date * | arg_date1 (const char *shortopts, const char *longopts, const char *format, const char *datatype, const char *glossary) |
| struct arg_date * | arg_daten (const char *shortopts, const char *longopts, const char *format, const char *datatype, int mincount, int maxcount, const char *glossary) |
| #define ALT_E 0x01 |
| #define ALT_O 0x02 |
| #define LEGAL_ALT | ( | x | ) |
| #define TM_YEAR_BASE (1900) |
| char * arg_strptime | ( | const char * | buf, |
| const char * | fmt, | ||
| struct tm * | tm | ||
| ) |
| struct arg_date * arg_date0 | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | format, | ||
| const char * | datatype, | ||
| const char * | glossary | ||
| ) |
| struct arg_date * arg_date1 | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | format, | ||
| const char * | datatype, | ||
| const char * | glossary | ||
| ) |
| struct arg_date * arg_daten | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | format, | ||
| const char * | datatype, | ||
| int | mincount, | ||
| int | maxcount, | ||
| const char * | glossary | ||
| ) |