LMMS
Loading...
Searching...
No Matches
mygetopt.h File Reference

Go to the source code of this file.

Classes

struct  option

Macros

#define _GETOPT_H   1
#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

Macro Definition Documentation

◆ _GETOPT_H

#define _GETOPT_H   1

◆ 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 ( )
extern

◆ getopt()

int getopt ( )
extern

◆ getopt_long()

int getopt_long ( )
extern

◆ getopt_long_only()

int getopt_long_only ( )
extern

Variable Documentation

◆ optarg

char* optarg
extern

◆ opterr

int opterr
extern

◆ optind

int optind
extern

◆ optopt

int optopt
extern