libcdio-paranoia 10.2+2.0.2
Public Types | Data Fields
_getopt_data Struct Reference

#include <getopt_int.h>

Public Types

enum  { REQUIRE_ORDER , PERMUTE , RETURN_IN_ORDER }
 

Data Fields

int optind
 
int opterr
 
int optopt
 
char * optarg
 
int __initialized
 
char * __nextchar
 
enum _getopt_data:: { ... }  __ordering
 
int __posixly_correct
 
int __first_nonopt
 
int __last_nonopt
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
REQUIRE_ORDER 
PERMUTE 
RETURN_IN_ORDER 

Field Documentation

◆ __first_nonopt

int _getopt_data::__first_nonopt

◆ __initialized

int _getopt_data::__initialized

◆ __last_nonopt

int _getopt_data::__last_nonopt

◆ __nextchar

char* _getopt_data::__nextchar

◆ 

enum { ... } _getopt_data::__ordering

◆ __posixly_correct

int _getopt_data::__posixly_correct

◆ optarg

char* _getopt_data::optarg

◆ opterr

int _getopt_data::opterr

◆ optind

int _getopt_data::optind

◆ optopt

int _getopt_data::optopt

The documentation for this struct was generated from the following file: