summaryrefslogtreecommitdiff
path: root/modules/wcsncasecmp
blob: a3453b654ebbcf0d439833d57fe2b91b0145e3af (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
30
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