XGetopt.h File Reference

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

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

char* optarg

Definition at line 136 of file XGetopt.c.

Referenced by getopt(), and main().

int opterr
int optind

Definition at line 137 of file XGetopt.c.

Referenced by getopt(), and main().


Generated on 6 Jul 2016 for 'LibPst' by  doxygen 1.6.1