repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
wcsxfrm
blob
c57a821af8c9a1975bc3c37c937a297c4faecfb7
1
Description:
2
wcsxfrm() function: transform wide string for comparison using the current
3
locale.
4
5
Files:
6
lib/wcsxfrm.c
7
lib/wcsxfrm-impl.h
8
m4/wcsxfrm.m4
9
10
Depends-on:
11
wchar
12
13
configure.ac:
14
gl_FUNC_WCSXFRM
15
if test $HAVE_WCSXFRM = 0; then
16
AC_LIBOBJ([wcsxfrm])
17
fi
18
gl_WCHAR_MODULE_INDICATOR([wcsxfrm])
19
20
Makefile.am:
21
22
Include:
23
<wchar.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
all