|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Option enum value implementation - single source of truth. More...
Go to the source code of this file.
Functions | |
| const char ** | options_get_enum_values (const char *option_name, size_t *value_count) |
| bool | options_is_enum_option (const char *option_name) |
Option enum value implementation - single source of truth.
Definition in file enums.c.
| const char ** options_get_enum_values | ( | const char * | option_name, |
| size_t * | value_count | ||
| ) |
Definition at line 49 of file enums.c.
Referenced by asciichat_suggest_enum_value().
| bool options_is_enum_option | ( | const char * | option_name | ) |