summaryrefslogtreecommitdiff
path: root/modules/wcsxfrm
blob: ff8c8f04ca6277bc332564adb9d1d26c00dfd7cb (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
31
Description:
wcsxfrm() function: transform wide string for comparison using the current
locale.

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

Depends-on:
free-posix
wchar

configure.ac:
gl_FUNC_WCSXFRM
gl_CONDITIONAL([GL_COND_OBJ_WCSXFRM], [test $HAVE_WCSXFRM = 0])
gl_WCHAR_MODULE_INDICATOR([wcsxfrm])

Makefile.am:
if GL_COND_OBJ_WCSXFRM
lib_SOURCES += wcsxfrm.c
endif

Include:
<wchar.h>

License:
LGPL

Maintainer:
all