pspsdk-1.0+beta2
getopt.h File Reference
#include <unistd.h>
Include dependency graph for getopt.h:
This graph shows which files directly or indirectly include this file:

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_long (int, char *const *, const char *, const struct option *, int *)

Variables

char * optarg
int optind
int opterr
int optopt

Macro Definition Documentation

#define no_argument   0

Referenced by getopt_long().

#define optional_argument   2

Referenced by getopt_long().

#define required_argument   1

Referenced by getopt_long().

Function Documentation

int getopt_long ( int  ,
char *const *  ,
const char *  ,
const struct option ,
int *   
)

Variable Documentation

char* optarg

Referenced by getopt_long(), and process_args().

int opterr
int optind

Referenced by getopt_long(), and process_args().

int optopt

Referenced by getopt_long().