projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a8ee058a0e2a8b932cf346316f218c903771f066
[pspp]
/
modules
/
mbsinit
1
Description:
2
mbsinit() function: test for initial conversion state.
3
4
Files:
5
lib/mbsinit.c
6
m4/mbsinit.m4
7
m4/mbstate_t.m4
8
9
Depends-on:
10
wchar
11
extensions
12
mbrtowc [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
13
verify [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
14
15
configure.ac:
16
gl_FUNC_MBSINIT
17
gl_WCHAR_MODULE_INDICATOR([mbsinit])
18
19
Makefile.am:
20
21
Include:
22
<wchar.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Bruno Haible
29