Description:
wcsncasecmp() function: compare two wide strings ignoring case.

Files:
lib/wcsncasecmp.c
lib/wcsncasecmp-impl.h
m4/wcsncasecmp.m4

Depends-on:
wchar
wctype-h        [test $HAVE_WCSNCASECMP = 0]

configure.ac:
gl_FUNC_WCSNCASECMP
gl_CONDITIONAL([GL_COND_OBJ_WCSNCASECMP], [test $HAVE_WCSNCASECMP = 0])
gl_WCHAR_MODULE_INDICATOR([wcsncasecmp])

Makefile.am:
if GL_COND_OBJ_WCSNCASECMP
lib_SOURCES += wcsncasecmp.c
endif

Include:
<wchar.h>

License:
LGPL

Maintainer:
all
