remake  4.3+dbg-1.5
Data Structures | Macros | Functions | Variables
getopt.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 ()
 
int getopt_long ()
 
int getopt_long_only ()
 
int _getopt_internal ()
 

Variables

char * optarg
 
int optind
 
int opterr
 
int optopt
 
struct option ENUM_BITFIELD
 

Macro Definition Documentation

◆ no_argument

#define no_argument   0

◆ optional_argument

#define optional_argument   2

◆ required_argument

#define required_argument   1

Function Documentation

◆ _getopt_internal()

int _getopt_internal ( )

◆ getopt()

int getopt ( )

◆ getopt_long()

int getopt_long ( )

◆ getopt_long_only()

int getopt_long_only ( )

Variable Documentation

◆ ENUM_BITFIELD

struct option ENUM_BITFIELD

◆ optarg

char* optarg

◆ opterr

int opterr

◆ optind

int optind

◆ optopt

int optopt