Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
c83c0542b82b327f354daaba15193fa2f9866af0
/
.
/
compat
/
posix-shims
/
strings.h
blob: c917a669d0e60a465d503bdc0d621750a1e5903e [
file
] [
log
] [
blame
]
#include
<compat.h>
#ifndef
HAVE_STRCASECMP
#ifdef
_MSC_VER
#define
strcasecmp _stricmp
#else
#error
No
strcasecmp
()
implementation
for
this
platform
is
available
.
#endif
#endif