#include <string.h>#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | BADCH (int)'?' |
| #define | BADARG (int)':' |
| #define | EMSG "" |
Functions | |
| int | getopt (int nargc, char *const nargv[], const char *ostr) |
Variables | |
| int | opterr = 1 |
| int | optind = 1 |
| int | optopt |
| int | optreset |
| char * | optarg |
| int getopt | ( | int | nargc, | |
| char *const | nargv[], | |||
| const char * | ostr | |||
| ) |
1.5.8