#ifndef WF_CORE_STRING_H #define WF_CORE_STRING_H #ifndef __cplusplus #include #else #include #endif #ifdef __cplusplus extern "C" { #endif extern char * wf_create_string(char const * format, ...); #ifdef __cplusplus } #endif #endif