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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
mbrlen
blob
b06362a7bcd6833091b0a9030dbee507ced0e4c3
1
Description:
2
mbrlen() function: recognize multibyte character.
3
4
Files:
5
lib/mbrlen.c
6
m4/mbrlen.m4
7
m4/mbstate_t.m4
8
9
Depends-on:
10
wchar
11
extensions
12
mbrtowc [test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1]
13
14
configure.ac:
15
gl_FUNC_MBRLEN
16
if test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1; then
17
AC_LIBOBJ([mbrlen])
18
gl_PREREQ_MBRLEN
19
fi
20
gl_WCHAR_MODULE_INDICATOR([mbrlen])
21
22
Makefile.am:
23
24
Include:
25
<wchar.h>
26
27
Link:
28
$(LIB_MBRTOWC)
29
30
License:
31
LGPL
32
33
Maintainer:
34
all