RetroArch
|
#include <retro_common_api.h>
Go to the source code of this file.
Classes | |
struct | option |
Macros | |
#define | getopt_long(argc, argv, optstring, longopts, longindex) __getopt_long_retro(argc, argv, optstring, longopts, longindex) |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | getopt_long (int argc, char *argv[], const char *optstring, const struct option *longopts, int *longindex) |
Variables | |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
#define getopt_long | ( | argc, | |
argv, | |||
optstring, | |||
longopts, | |||
longindex | |||
) | __getopt_long_retro(argc, argv, optstring, longopts, longindex) |
#define no_argument 0 |
#define optional_argument 2 |
#define required_argument 1 |
int getopt_long | ( | int | argc, |
char * | argv[], | ||
const char * | optstring, | ||
const struct option * | longopts, | ||
int * | longindex | ||
) |
char* optarg |
int opterr |
int optind |
int optopt |