Go to the documentation of this file.
33 #ifndef YAZ_MATCH_STR_H
34 #define YAZ_MATCH_STR_H
47 YAZ_EXPORT
int yaz_matchstr(
const char *s1,
const char *s2);
56 YAZ_EXPORT
int yaz_strcmp_del(
const char *a,
const char *b,
const char *b_del);
68 int yaz_memcmp(
const void *a,
const void *b,
size_t len_a,
size_t len_b);