Home
last modified time | relevance | path

Searched refs:LIBCONFIG_API (Results 1 – 1 of 1) sorted by relevance

/external/libconfig/lib/
Dlibconfig.h32 #define LIBCONFIG_API macro
34 #define LIBCONFIG_API __declspec(dllexport)
36 #define LIBCONFIG_API __declspec(dllimport)
39 #define LIBCONFIG_API
131 extern LIBCONFIG_API int config_read(config_t *config, FILE *stream);
132 extern LIBCONFIG_API void config_write(const config_t *config, FILE *stream);
134 extern LIBCONFIG_API void config_set_default_format(config_t *config,
137 extern LIBCONFIG_API void config_set_options(config_t *config, int options);
138 extern LIBCONFIG_API int config_get_options(const config_t *config);
140 extern LIBCONFIG_API void config_set_option(config_t *config, int option,
[all …]