QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
getopt1.c File Reference

Macros

#define const
 
#define GETOPT_INTERFACE_VERSION   2
 
#define NULL   0
 

Functions

int getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index)
 
int getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index)
 

Macro Definition Documentation

#define const
#define GETOPT_INTERFACE_VERSION   2
#define NULL   0

Function Documentation

int getopt_long ( int  argc,
char *const argv,
const char *  options,
const struct option long_options,
int opt_index 
)
int getopt_long_only ( int  argc,
char *const argv,
const char *  options,
const struct option long_options,
int opt_index 
)