#include <stdio.h>#include <string.h>#include "getopt.h"Go to the source code of this file.
Defines | |
| #define | gettext(msgid) (msgid) |
Enumerations | |
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.3 written by Dimitri van Heesch,
© 1997-2000