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
tests: fix 'invalid path dir' error
[gnulib.git]
/
modules
/
mbtowc
blob
a665e2252ac27d4222d11c41df83d84e373c53b6
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
if test $REPLACE_MBTOWC = 1; then
17
AC_LIBOBJ([mbtowc])
18
gl_PREREQ_MBTOWC
19
fi
20
gl_STDLIB_MODULE_INDICATOR([mbtowc])
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all