D | getopt.h | 21 char *optarg; /* argument associated with option */ 23 char *place; /* option letter processing */ 41 struct option { struct 42 /* name of long option */ 46 * whether option takes an argument argument 49 /* if not NULL, set *flag to val when option found */ argument 72 * @param[in] options String containing the legitimate option characters. argument 76 * which is set to the index of the long option relative 79 * @return If an option was successfully found, function returns 80 * the option character. [all …]
|