Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
getopt.in.h File Reference
#include <ctype.h>

Go to the source code of this file.

Data Structures

struct  option
 

Macros

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

Functions

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

Variables

char * optarg
 
int optind
 
int opterr
 
int optopt
 

Macro Definition Documentation

◆ __getopt_argv_const

#define __getopt_argv_const   const

◆ __GNUC_PREREQ

#define __GNUC_PREREQ ( maj,
min )
Value:
(0)

◆ __THROW

#define __THROW

◆ _GETOPT_H

#define _GETOPT_H   1

◆ no_argument

#define no_argument   0

◆ optional_argument

#define optional_argument   2

◆ required_argument

#define required_argument   1

Function Documentation

◆ getopt()

int getopt ( int ___argc,
char *const * ___argv,
const char * __shortopts )
extern

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

Variable Documentation

◆ optarg

char* optarg
extern

◆ opterr

int opterr
extern

◆ optind

int optind
extern

◆ optopt

int optopt
extern