ftwin 0.8.10
|
Maps a command-line option character to its corresponding flag and value. More...
Data Fields | |
int | option_char |
The single-character option, e.g., 'a'. | |
int | option_flag |
The flag to set, e.g., OPTION_SHOW_HIDDEN. | |
int | value |
The value to set (1 for on, 0 for off). | |
Maps a command-line option character to its corresponding flag and value.
Definition at line 316 of file ft_config.c.