![]() |
fehQlibs 28
Qlibs
|
'getopt' version w/o stdlib More...

Go to the source code of this file.
Macros | |
| #define | optind subgetoptind |
| #define | optproblem subgetoptproblem |
| #define | optpos subgetoptpos |
| #define | optarg subgetoptarg |
| #define | optdone subgetoptdone |
Functions | |
| int | getoptb (int argc, char **argv, char *opts) |
| int | subgetopt (int argc, char **argv, char *opts) |
Variables | |
| int | opterr = 1 |
| char * | optprogname = 0 |
| int | optind = 1 |
| int | optpos = 0 |
| char * | optarg = 0 |
| int | optproblem = 0 |
| int | optdone = SUBGETOPTDONE |
'getopt' version w/o stdlib
Definition in file getoptb.c.
| #define optarg subgetoptarg |
| #define optdone subgetoptdone |
| #define optind subgetoptind |
| #define optpos subgetoptpos |
| #define optproblem subgetoptproblem |
| int getoptb | ( | int | argc, |
| char ** | argv, | ||
| char * | opts ) |
| int subgetopt | ( | int | argc, |
| char ** | argv, | ||
| char * | opts ) |
| int optdone = SUBGETOPTDONE |