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