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
select: Fix "warning: no previous prototype for function".
[gnulib.git]
/
modules
/
mbslen
blob
41a2531ffb4eb8ac8aab377cf30f84a253b144de
1
Description:
2
mbslen() function: Determine the number of multibyte characters in a string.
3
4
Files:
5
lib/mbslen.c
6
m4/mbslen.m4
7
8
Depends-on:
9
mbuiter
10
string
11
12
configure.ac:
13
gl_FUNC_MBSLEN
14
gl_STRING_MODULE_INDICATOR([mbslen])
15
16
Makefile.am:
17
lib_SOURCES += mbslen.c
18
19
Include:
20
<string.h>
21
22
Link:
23
$(LIB_MBRTOWC)
24
25
License:
26
LGPL
27
28
Maintainer:
29
all