#include <stdio.h>#include <string.h>#include "getopt.h"Defines | |
| #define | gettext(msgid) (msgid) |
Enumerations | |
| enum | { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER } |
Functions | |
| char * | getenv () |
Variables | |
| char * | optarg = NULL |
| int | optind = 0 |
| int | opterr = 1 |
| int | optopt = '?' |
| int | chr |
| char *const * | argv |
| const char * | optstring |
| const struct option * | longopts |
| int * | longind |
| int | long_only |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002