#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|