'LibPst'
XGetopt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int getopt (int argc, char *const *argv, char *optstring)
 

Variables

int optind
 
int opterr
 
char * optarg
 

Function Documentation

◆ getopt()

int getopt ( int  argc,
char *const *  argv,
char *  optstring 
)

Definition at line 139 of file XGetopt.c.

References optarg, and optind.

Referenced by main().

Variable Documentation

◆ optarg

char* optarg

Definition at line 136 of file XGetopt.c.

Referenced by getopt(), and main().

◆ opterr

int opterr

◆ optind

int optind

Definition at line 137 of file XGetopt.c.

Referenced by getopt(), and main().