verify: new macro 'assume'
[gnulib.git] / modules / strndup
1 Description:
2 strndup() function: duplicate a size-bounded string.
3
4 Files:
5 lib/strndup.c
6 m4/strndup.m4
7
8 Depends-on:
9 string
10 extensions
11 strnlen         [test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1]
12
13 configure.ac:
14 gl_FUNC_STRNDUP
15 if test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1; then
16   AC_LIBOBJ([strndup])
17 fi
18 gl_STRING_MODULE_INDICATOR([strndup])
19
20 Makefile.am:
21
22 Include:
23 <string.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 glibc