ec_config_null_value
Last updated March 2020
Name
ec_config_null_value — Initialize storage for a configuration option
Synopsis
#include "ec_config.h"
| ec_config_value * **ec_config_null_value** (
| option_slot)
; | |
Description
Initialize storage for the value associated with a configuration option. If the option specified by option_slot
exists, return a pointer to an ec_config_value associated with that slot.
- option_slot
-
The option identifier. This integer is returned when an option is registered.
On success this function returns a pointer to an ec_config_value struct. Otherwise it returns NULL.
It is legal to call this function in any thread.
See Also
Was this page helpful?