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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
strnlen
blob
ea5658a072b9d1c37a1c25f3ac2ffc7c380d54f0
1
Description:
2
strnlen() function: determine the length of a size-bounded string.
3
4
Files:
5
lib/strnlen.c
6
m4/strnlen.m4
7
8
Depends-on:
9
string
10
extensions
11
12
configure.ac:
13
gl_FUNC_STRNLEN
14
if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then
15
AC_LIBOBJ([strnlen])
16
gl_PREREQ_STRNLEN
17
fi
18
19
gl_STRING_MODULE_INDICATOR([strnlen])
20
21
Makefile.am:
22
23
Include:
24
<string.h>
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
all