#include <stdio.h>#include <string.h>#include "getopt.h"Go to the source code of this file.
Functions | |
| int | getopt (int argc, char *argv[], const char *opstring) |
Variables | |
| char * | optarg = NULL |
| int | optind = 1 |
| int | optopt = 0 |
| int | opterr = 1 |
|
||||||||||||||||
|
Definition at line 34 of file getopt.c. References _next_char, NULL, optarg, opterr, optind, and optopt. Referenced by ParseCmdLine(). |
|
|
|
|
|
Definition at line 30 of file getopt.c. Referenced by getopt(). |
|
|
|
|
|
Definition at line 32 of file getopt.c. Referenced by getopt(), and ParseCmdLine(). |
1.4.2