40 bool he_internal_config_is_empty_string(
const char *
string);
41 bool he_internal_config_is_string_too_long(
const char *
string);
43 he_return_code_t he_internal_set_config_string(
char *field,
const char *value);
enum he_return_code he_return_code_t
All possible return codes for helium.
bool he_internal_config_is_string_length_okay(const char *string)
Checks to make sure the string does not exceed the maximum.
Definition: config.c:22
Core internal header file for libhelium.