summaryrefslogtreecommitdiff
path: root/modules/wcsncmp
blob: e67861d359cb1b589d790e86bec5cde4d3186b4d (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:
wcsncmp() function: compare two wide strings.

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

Depends-on:
wchar

configure.ac:
gl_FUNC_WCSNCMP
gl_CONDITIONAL([GL_COND_OBJ_WCSNCMP],
               [test $HAVE_WCSNCMP = 0 || test $REPLACE_WCSNCMP = 1])
gl_WCHAR_MODULE_INDICATOR([wcsncmp])

Makefile.am:
if GL_COND_OBJ_WCSNCMP
lib_SOURCES += wcsncmp.c
endif

Include:
<wchar.h>

License:
LGPL

Maintainer:
all