summaryrefslogtreecommitdiff
path: root/modules/wcsncasecmp
blob: a0cbe9a8a835f6fdaced790f335be6a32644bc2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
if test $HAVE_WCSNCASECMP = 0; then
  AC_LIBOBJ([wcsncasecmp])
fi
gl_WCHAR_MODULE_INDICATOR([wcsncasecmp])

Makefile.am:

Include:
<wchar.h>

License:
LGPL

Maintainer:
all