#include <stdio.h>
#include "getopt.h"
Go to the source code of this file.
Defines | |
#define | _(msgid) (msgid) |
Enumerations | |
enum | { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER } |
Functions | |
char * | getenv () |
int | strncmp (const char *, const char *, size_t) |
char * | my_index (str, chr) const char *str |
void | exchange (argv) char **argv |
Variables | |
char * | optarg = NULL |
int | optind = 0 |
char * | nextchar |
int | opterr = 1 |
int | optopt = '?' |
enum { ... } | ordering |
char * | posixly_correct |
int | chr |
int | last_nonopt |
char *const * | argv |
const char * | optstring |
const struct option * | longopts |
int * | longind |
int | long_only |
|
|
|
Definition at line 159 of file getopt.c.
00159 { 00160 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER 00161 } ordering; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|