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
/
c32srtombs
blob
1f36b6cc66a8cc64d439ea32709d8c35fd3aec1d
1
Description:
2
c32srtombs() function: convert 32-bit wide string to string.
3
4
Files:
5
lib/c32srtombs.c
6
lib/wcsrtombs-impl.h
7
lib/c32srtombs-state.c
8
9
Depends-on:
10
uchar
11
wchar
12
verify
13
c32rtomb
14
wcsrtombs [test $SMALL_WCHAR_T = 0]
15
16
configure.ac:
17
AC_REQUIRE([gl_UCHAR_H])
18
AC_LIBOBJ([c32srtombs-state])
19
gl_UCHAR_MODULE_INDICATOR([c32srtombs])
20
21
Makefile.am:
22
lib_SOURCES += c32srtombs.c
23
24
Include:
25
<uchar.h>
26
27
License:
28
LGPL
29
30
Maintainer:
31
Bruno Haible