ReactOS 0.4.16-dev-125-g798ea90
|
#include <getopt_int.h>
Public Attributes | |
int | optind |
int | opterr |
int | optopt |
char * | optarg |
int | __initialized |
char * | __nextchar |
enum __ord | __ordering |
int | __first_nonopt |
int | __last_nonopt |
Definition at line 61 of file getopt_int.h.
int _getopt_data::__first_nonopt |
Definition at line 93 of file getopt_int.h.
int _getopt_data::__initialized |
Definition at line 74 of file getopt_int.h.
int _getopt_data::__last_nonopt |
Definition at line 94 of file getopt_int.h.
char* _getopt_data::__nextchar |
Definition at line 82 of file getopt_int.h.
Definition at line 85 of file getopt_int.h.
char* _getopt_data::optarg |
Definition at line 69 of file getopt_int.h.
int _getopt_data::opterr |
Definition at line 67 of file getopt_int.h.
int _getopt_data::optind |
Definition at line 66 of file getopt_int.h.
int _getopt_data::optopt |
Definition at line 68 of file getopt_int.h.