fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
getoptb.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define optarg   subgetoptarg
 
#define optind   subgetoptind
 
#define optpos   subgetoptpos
 
#define optproblem   subgetoptproblem
 
#define optprogname   subgetoptprogname
 
#define opteof   subgetoptdone
 
#define SUBGETOPTDONE   -1
 

Functions

int getoptb (int, char **, char *)
 
int subgetopt (int, char **, char *)
 

Variables

char * subgetoptarg
 
int subgetoptind
 
int subgetoptpos
 
int subgetoptproblem
 
char * subgetoptprogname
 
int subgetoptdone
 
int opterr
 

Macro Definition Documentation

◆ optarg

#define optarg   subgetoptarg

Definition at line 11 of file getoptb.h.

◆ opteof

#define opteof   subgetoptdone

Definition at line 16 of file getoptb.h.

◆ optind

#define optind   subgetoptind

Definition at line 12 of file getoptb.h.

◆ optpos

#define optpos   subgetoptpos

Definition at line 13 of file getoptb.h.

◆ optproblem

#define optproblem   subgetoptproblem

Definition at line 14 of file getoptb.h.

◆ optprogname

#define optprogname   subgetoptprogname

Definition at line 15 of file getoptb.h.

◆ SUBGETOPTDONE

#define SUBGETOPTDONE   -1

Definition at line 18 of file getoptb.h.

Function Documentation

◆ getoptb()

int getoptb ( int argc,
char ** argv,
char * opts )
extern

Definition at line 17 of file getoptb.c.

Here is the call graph for this function:

◆ subgetopt()

int subgetopt ( int argc,
char ** argv,
char * opts )
extern

Definition at line 53 of file getoptb.c.

Here is the caller graph for this function:

Variable Documentation

◆ opterr

int opterr
extern

Definition at line 14 of file getoptb.c.

◆ subgetoptarg

char* subgetoptarg
extern

◆ subgetoptdone

int subgetoptdone
extern

◆ subgetoptind

int subgetoptind
extern

◆ subgetoptpos

int subgetoptpos
extern

◆ subgetoptproblem

int subgetoptproblem
extern

◆ subgetoptprogname

char* subgetoptprogname
extern