A structure to associate a string with an integer. More...
Data Fields | |
| const char * | string |
| int | val |
A structure to associate a string with an integer.
Definition at line 44 of file options.c.
| const char* opt___val_str_t::string |
Definition at line 46 of file options.c.
Referenced by opt___find_string().
Definition at line 47 of file options.c.
Referenced by opt___find_string().
1.6.1