Go to the source code of this file.
◆ getopt()
Definition at line 55 of file getopt.c.
56{
58 register char *oli;
60
65 }
70 }
71 }
74
75
76
77
85 else
89 }
91 }
92 if (*++oli != ':') {
96 }
97 else {
100 else if (nargc <= ++
optind) {
104 else
108 "%s: option requires an argument -- %c\n",
111 }
112 else
116 }
118}
int WINAPIV fprintf(FILE *file, const char *format,...)
_ACRTIMP char *__cdecl strchr(const char *, int)
_ACRTIMP char *__cdecl strrchr(const char *, int)
◆ optarg
◆ opterr
◆ optind
◆ optopt