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
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
mbsrtoc32s
blob
64892cf2a7b8791af3dbb8c8fea8f70105d03c3a
1
Description:
2
mbsrtoc32s() function: convert string to 32-bit wide string.
3
4
Files:
5
lib/mbsrtoc32s.c
6
lib/mbsrtowcs-impl.h
7
lib/mbsrtoc32s-state.c
8
9
Depends-on:
10
uchar
11
wchar
12
verify
13
mbrtoc32
14
strnlen1
15
mbsrtowcs [test $SMALL_WCHAR_T = 0]
16
17
configure.ac:
18
AC_REQUIRE([gl_UCHAR_H])
19
AC_LIBOBJ([mbsrtoc32s-state])
20
gl_UCHAR_MODULE_INDICATOR([mbsrtoc32s])
21
22
Makefile.am:
23
lib_SOURCES += mbsrtoc32s.c
24
25
Include:
26
<uchar.h>
27
28
Link:
29
$(LIB_MBRTOWC)
30
31
License:
32
LGPLv2+
33
34
Maintainer:
35
Bruno Haible