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
/
c32tob
blob
42e18a985b0e68c3749e35d32d9e0db57b3b2469
1
Description:
2
c32tob() function: convert 32-bit wide character to unibyte character.
3
4
Files:
5
lib/c32tob.c
6
m4/mbrtoc32.m4
7
8
Depends-on:
9
uchar
10
c32rtomb
11
wctob
12
13
configure.ac:
14
AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
15
gl_UCHAR_MODULE_INDICATOR([c32tob])
16
17
Makefile.am:
18
lib_SOURCES += c32tob.c
19
20
Include:
21
<uchar.h>
22
23
License:
24
LGPL
25
26
Maintainer:
27
Bruno Haible