#include <useropt.h>
変数 | |
| char * | optstr |
| Option string | |
| char * | desc |
| Description that will be output on help | |
| int | argnum |
| Number of arguments | |
| int | reqargnum |
| Number of optional arguments in argnum | |
| boolean(* | func )(Jconf *jconf, char *arg[], int argnum) |
| Handling function | |
| struct __j_useropt__ * | next |
| Pointer to next data | |
1.5.4