|
VSF Documented
|
#include "argtable3.h"#include "argtable3_private.h"#include <ctype.h>#include <limits.h>#include <stdlib.h>Functions | |
| struct arg_int * | arg_int0 (const char *shortopts, const char *longopts, const char *datatype, const char *glossary) |
| struct arg_int * | arg_int1 (const char *shortopts, const char *longopts, const char *datatype, const char *glossary) |
| struct arg_int * | arg_intn (const char *shortopts, const char *longopts, const char *datatype, int mincount, int maxcount, const char *glossary) |
| struct arg_int * arg_int0 | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | datatype, | ||
| const char * | glossary | ||
| ) |
| struct arg_int * arg_int1 | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | datatype, | ||
| const char * | glossary | ||
| ) |
| struct arg_int * arg_intn | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | datatype, | ||
| int | mincount, | ||
| int | maxcount, | ||
| const char * | glossary | ||
| ) |