Helium
Functions
config.h File Reference

Internal configuration conenvience functions. More...

#include <he.h>
Include dependency graph for config.h:

Go to the source code of this file.

Functions

bool he_internal_config_is_string_length_okay (const char *string)
 Checks to make sure the string does not exceed the maximum. More...
 
bool he_internal_config_is_empty_string (const char *string)
 
bool he_internal_config_is_string_too_long (const char *string)
 
he_return_code_t he_internal_set_config_string (char *field, const char *value)
 
he_return_code_t he_internal_set_config_int (int *field, int value)
 

Detailed Description

Internal configuration conenvience functions.

Function Documentation

bool he_internal_config_is_string_length_okay ( const char *  string)

Checks to make sure the string does not exceed the maximum.

Parameters
stringThe string to test
Returns
Whether the length is okay