Go to the documentation of this file.
71 int c_streq(
const char *a,
const char *b);
134 char *
c_strreplace(
char *src,
const char *pattern,
const char *repl);
172 #if defined(_WIN32) || defined(WITH_ICONV)
179 #define c_free_multibyte(x) SAFE_FREE(x)
187 #define c_free_utf8(x) SAFE_FREE(x)
189 #define c_free_multibyte(x) (void)x
190 #define c_free_utf8(x) (void)x