libcdio-paranoia 10.2+2.0.2
|
#include <ctype.h>
Go to the source code of this file.
Data Structures | |
struct | option |
Macros | |
#define | _GETOPT_H 1 |
#define | __GNUC_PREREQ(maj, min) (0) |
#define | __THROW |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | getopt () |
int | getopt_long (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW |
int | getopt_long_only (int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW |
Variables | |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
#define __GNUC_PREREQ | ( | maj, | |
min | |||
) | (0) |
#define __THROW |
#define _GETOPT_H 1 |
#define no_argument 0 |
#define optional_argument 2 |
#define required_argument 1 |
int getopt | ( | ) |
int getopt_long | ( | int | ___argc, |
char *const * | ___argv, | ||
const char * | __shortopts, | ||
const struct option * | __longopts, | ||
int * | __longind | ||
) |
int getopt_long_only | ( | int | ___argc, |
char *const * | ___argv, | ||
const char * | __shortopts, | ||
const struct option * | __longopts, | ||
int * | __longind | ||
) |
|
extern |
|
extern |
|
extern |
|
extern |