verify: new macro 'assume'
[gnulib.git] / modules / strnlen
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 memchr-obsolete [test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1]
12
13 configure.ac:
14 gl_FUNC_STRNLEN
15 if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then
16   AC_LIBOBJ([strnlen])
17   gl_PREREQ_STRNLEN
18 fi
19
20 gl_STRING_MODULE_INDICATOR([strnlen])
21
22 Makefile.am:
23
24 Include:
25 <string.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 all