summaryrefslogtreecommitdiff
path: root/modules/wcsxfrm
blob: 2ac45848e90b63ea0aa26b5ffbb79dad17d93b88 (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:
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
if test $HAVE_WCSXFRM = 0; then
  AC_LIBOBJ([wcsxfrm])
fi
gl_WCHAR_MODULE_INDICATOR([wcsxfrm])

Makefile.am:

Include:
<wchar.h>

License:
LGPL

Maintainer:
all