projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mkostemp: Move AC_LIBOBJ invocations to module description.
[pspp]
/
modules
/
wcrtomb
1
Description:
2
wcrtomb() function: convert wide character to multibyte character.
3
4
Files:
5
lib/wcrtomb.c
6
m4/wcrtomb.m4
7
m4/mbrtowc.m4
8
m4/mbstate_t.m4
9
m4/locale-fr.m4
10
m4/locale-ja.m4
11
m4/locale-zh.m4
12
m4/codeset.m4
13
14
Depends-on:
15
wchar
16
extensions
17
mbsinit [test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1]
18
19
configure.ac:
20
gl_FUNC_WCRTOMB
21
gl_WCHAR_MODULE_INDICATOR([wcrtomb])
22
23
Makefile.am:
24
25
Include:
26
<wchar.h>
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
Bruno Haible
33