Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
getopt.h File Reference
#include <ctype.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.

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
 

Class Documentation

◆ option

struct option
Class Members
int * flag
int has_arg
char * name
int val

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

Referenced by getopt().

+ Here is the caller graph for this function:

◆ getopt()

int getopt ( )

Referenced by avrdude_main().

+ Here is the caller graph for this function:

◆ getopt_long()

int getopt_long ( )

◆ getopt_long_only()

int getopt_long_only ( )

Variable Documentation

◆ optarg

char* optarg
extern

Referenced by _getopt_internal(), and avrdude_main().

◆ opterr

int opterr
extern

Referenced by _getopt_internal().

◆ optind

int optind
extern

◆ optopt

int optopt
extern

Referenced by _getopt_internal().