5 #ifndef __CONFIG_ENV_H_
6 #define __CONFIG_ENV_H_
int configvar_int(char *varname)
Get the value of a integer config variable from the env.
int configvar_bool(char *varname)
Get the value of a boolean config variable from the env.
char * configvar_string(char *varname)
Get the value of a config variable from the env.