option Struct Reference
#include <getopt_long.h>
Detailed Description
Definition at line 28 of file getopt_long.h.
Data Fields | |
const char * | name |
int | has_arg |
int * | flag |
int | val |
Field Documentation
const char* option::name |
int option::has_arg |
no, required or optional argument flag
Definition at line 31 of file getopt_long.h.
int* option::flag |
pointer to variable to set (if null, returns)
Definition at line 32 of file getopt_long.h.
Referenced by getopt_long().
int option::val |
The documentation for this struct was generated from the following file: