14 #ifndef T3_CONFIG_UTIL_H
15 #define T3_CONFIG_UTIL_H
17 #include "config_api.h"
18 #include "config_internal.h"
21 #define _t3_config_strdup strdup
23 T3_CONFIG_LOCAL
char *_t3_config_strdup(
const char *str);
26 T3_CONFIG_LOCAL
void _t3_unescape(
char *dest,
const char *src);
27 T3_CONFIG_LOCAL
double _t3_config_strtod(
char *text);
29 T3_CONFIG_LOCAL file_name_t *_t3_config_ref_file_name(
const t3_config_t *config);
30 T3_CONFIG_LOCAL
void _t3_config_unref_file_name(
const t3_config_t *config);