ReactOS 0.4.15-dev-7934-g1dc8d80
_optarg_ctx Struct Reference

#include <getopt.h>

Collaboration diagram for _optarg_ctx:

Public Attributes

WCHARoptarg
 
int optind
 
WCHARnextchar
 
int opterr
 
int optopt
 
int first_nonopt
 
int last_nonopt
 

Detailed Description

Definition at line 16 of file getopt.h.

Member Data Documentation

◆ first_nonopt

int _optarg_ctx::first_nonopt

Definition at line 63 of file getopt.h.

Referenced by _getopt_internal(), and exchange().

◆ last_nonopt

int _optarg_ctx::last_nonopt

Definition at line 64 of file getopt.h.

Referenced by _getopt_internal(), and exchange().

◆ nextchar

WCHAR* _optarg_ctx::nextchar

Definition at line 46 of file getopt.h.

Referenced by _getopt_internal().

◆ optarg

WCHAR* _optarg_ctx::optarg

Definition at line 23 of file getopt.h.

Referenced by _getopt_internal(), and getopt_init().

◆ opterr

int _optarg_ctx::opterr

Definition at line 51 of file getopt.h.

Referenced by _getopt_internal(), and getopt_init().

◆ optind

int _optarg_ctx::optind

Definition at line 37 of file getopt.h.

Referenced by _getopt_internal(), exchange(), and getopt_init().

◆ optopt

int _optarg_ctx::optopt

Definition at line 57 of file getopt.h.

Referenced by _getopt_internal(), and getopt_init().


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