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
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
btowc
blob
68f4066cc5a2d0e8bd95121453814c6c3faa600d
1
Description:
2
btowc() function: convert unibyte character to wide character.
3
4
Files:
5
lib/btowc.c
6
m4/btowc.m4
7
m4/locale-fr.m4
8
9
Depends-on:
10
wchar
11
mbtowc [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1]
12
13
configure.ac:
14
gl_FUNC_BTOWC
15
if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then
16
AC_LIBOBJ([btowc])
17
gl_PREREQ_BTOWC
18
fi
19
gl_WCHAR_MODULE_INDICATOR([btowc])
20
21
Makefile.am:
22
23
Include:
24
<wchar.h>
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
all