RetroArch
Classes | Macros | Functions | Variables
getopt.h File Reference
#include <retro_common_api.h>
Include dependency graph for getopt.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ getopt_long

#define getopt_long (   argc,
  argv,
  optstring,
  longopts,
  longindex 
)    __getopt_long_retro(argc, argv, optstring, longopts, longindex)

◆ no_argument

#define no_argument   0

◆ optional_argument

#define optional_argument   2

◆ required_argument

#define required_argument   1

Function Documentation

◆ getopt_long()

int getopt_long ( int  argc,
char *  argv[],
const char *  optstring,
const struct option longopts,
int *  longindex 
)
Here is the call graph for this function:

Variable Documentation

◆ optarg

char* optarg

◆ opterr

int opterr

◆ optind

int optind

◆ optopt

int optopt