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
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
wctomb
blob
9e318701e7315b9b1cffaed893558a2c6f0e9f5d
1
Description:
2
wctomb() function: convert wide character to multibyte character.
3
4
Files:
5
lib/wctomb.c
6
lib/wctomb-impl.h
7
m4/wctomb.m4
8
9
Depends-on:
10
stdlib
11
wcrtomb [test $REPLACE_WCTOMB = 1]
12
wchar [test $REPLACE_WCTOMB = 1]
13
14
configure.ac:
15
gl_FUNC_WCTOMB
16
if test $REPLACE_WCTOMB = 1; then
17
AC_LIBOBJ([wctomb])
18
gl_PREREQ_WCTOMB
19
fi
20
gl_STDLIB_MODULE_INDICATOR([wctomb])
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all