projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
02b0c88dcf489843b26e3ff5de6e57d58e15de2f
[pspp]
/
modules
/
mbtowc
1
Description:
2
mbtowc() function: convert multibyte character to wide character.
3
4
Files:
5
lib/mbtowc.c
6
lib/mbtowc-impl.h
7
m4/mbtowc.m4
8
9
Depends-on:
10
stdlib
11
mbrtowc [test $REPLACE_MBTOWC = 1]
12
wchar [test $REPLACE_MBTOWC = 1]
13
14
configure.ac:
15
gl_FUNC_MBTOWC
16
gl_STDLIB_MODULE_INDICATOR([mbtowc])
17
18
Makefile.am:
19
20
Include:
21
<stdlib.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
Bruno Haible