yev_flag_strings()#
yev_flag_strings() returns an array of string representations for yev_flag_t enumeration values.
Prototype
const char **yev_flag_strings(void);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
This function does not take any parameters. |
Return Value
A pointer to a NULL-terminated array of strings representing yev_flag_t values.
Notes
The returned array provides human-readable names for yev_flag_t flags, which can be useful for debugging and logging.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples