|
VSF Documented
|
Functions | |
| struct arg_str * | arg_str0 (const char *shortopts, const char *longopts, const char *datatype, const char *glossary) |
| struct arg_str * | arg_str1 (const char *shortopts, const char *longopts, const char *datatype, const char *glossary) |
| struct arg_str * | arg_strn (const char *shortopts, const char *longopts, const char *datatype, int mincount, int maxcount, const char *glossary) |
| struct arg_str * arg_str0 | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | datatype, | ||
| const char * | glossary | ||
| ) |
| struct arg_str * arg_str1 | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | datatype, | ||
| const char * | glossary | ||
| ) |
| struct arg_str * arg_strn | ( | const char * | shortopts, |
| const char * | longopts, | ||
| const char * | datatype, | ||
| int | mincount, | ||
| int | maxcount, | ||
| const char * | glossary | ||
| ) |