Navigation

Operators and Keywords

Function List:

C++ API

getopt.in.h File Reference

#include <ctype.h>
Include dependency graph for getopt.in.h:

Go to the source code of this file.

Classes

struct  option

Defines

#define _GL_GETOPT_H   1
#define __getopt_argv_const   const
#define __GNUC_PREREQ(maj, min)   (0)
#define __THROW
#define GNULIB_defined_struct_option   1
#define no_argument   0
#define required_argument   1
#define optional_argument   2

Functions

int getopt (int ___argc, char *const *___argv, const char *__shortopts) __THROW _GL_ARG_NONNULL((2
int 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 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

Variables

char * optarg
int optind
int opterr
int optopt

Define Documentation

#define __getopt_argv_const   const
#define __GNUC_PREREQ (   maj,
  min 
)    (0)
#define __THROW
#define _GL_GETOPT_H   1
#define GNULIB_defined_struct_option   1
#define no_argument   0
#define optional_argument   2
#define required_argument   1

Function Documentation

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

Variable Documentation

char* optarg
int opterr
int optind
int optopt
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines