Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
getopt-ext.h File Reference

Go to the source code of this file.

Data Structures

struct  option
 

Macros

#define no_argument   0
 
#define required_argument   1
 
#define optional_argument   2
 

Functions

int getopt_long (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2
 
int int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2
 

Macro Definition Documentation

◆ 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 *__getopt_argv_const * ___argv,
const char * __shortopts,
const struct option * __longopts,
int * __longind )
extern

◆ getopt_long_only()

int int getopt_long_only ( int ___argc,
char *__getopt_argv_const * ___argv,
const char * __shortopts,
const struct option * __longopts,
int * __longind )
extern