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