ReactOS 0.4.15-dev-7842-g558ab78
_getopt_data Struct Reference

#include <getopt_int.h>

Collaboration diagram for _getopt_data:

Public Attributes

int optind
 
int opterr
 
int optopt
 
charoptarg
 
int __initialized
 
char__nextchar
 
enum __ord __ordering
 
int __first_nonopt
 
int __last_nonopt
 

Detailed Description

Definition at line 61 of file getopt_int.h.

Member Data Documentation

◆ __first_nonopt

int _getopt_data::__first_nonopt

Definition at line 93 of file getopt_int.h.

◆ __initialized

int _getopt_data::__initialized

Definition at line 74 of file getopt_int.h.

◆ __last_nonopt

int _getopt_data::__last_nonopt

Definition at line 94 of file getopt_int.h.

◆ __nextchar

char* _getopt_data::__nextchar

Definition at line 82 of file getopt_int.h.

◆ __ordering

enum __ord _getopt_data::__ordering

Definition at line 85 of file getopt_int.h.

◆ optarg

char* _getopt_data::optarg

Definition at line 69 of file getopt_int.h.

◆ opterr

int _getopt_data::opterr

Definition at line 67 of file getopt_int.h.

◆ optind

int _getopt_data::optind

Definition at line 66 of file getopt_int.h.

◆ optopt

int _getopt_data::optopt

Definition at line 68 of file getopt_int.h.


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