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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
wctob
blob
cf917be0f6c0d55e094c30feb97102c95bd4f0ff
1
Description:
2
wctob() function: convert wide character to unibyte character.
3
4
Files:
5
lib/wctob.c
6
m4/wctob.m4
7
m4/locale-fr.m4
8
m4/codeset.m4
9
10
Depends-on:
11
wchar
12
wctomb [test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1]
13
14
configure.ac:
15
gl_FUNC_WCTOB
16
if test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1; then
17
AC_LIBOBJ([wctob])
18
gl_PREREQ_WCTOB
19
fi
20
gl_WCHAR_MODULE_INDICATOR([wctob])
21
22
Makefile.am:
23
24
Include:
25
<wchar.h>
26
27
License:
28
LGPL
29
30
Maintainer:
31
all