Go to the documentation of this file.
71 int c_streq(
const char *a,
const char *b);
125 char *
c_strreplace(
char *src,
const char *pattern,
const char *repl);
163 #if defined(_WIN32) || defined(WITH_ICONV)
170 #define c_free_multibyte(x) SAFE_FREE(x)
178 #define c_free_utf8(x) SAFE_FREE(x)
180 #define c_free_multibyte(x) (void)x
181 #define c_free_utf8(x) (void)x