ftwin 0.8.10
flag_option_mapping_t Struct Reference

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).
 

Detailed Description

Maps a command-line option character to its corresponding flag and value.

Definition at line 316 of file ft_config.c.


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