gnulib-tool.py: Fix formatting of error message in last commit.
[gnulib.git] / modules / strndup
blobaf1214817ac2c19dff0276b40966477566c23366
1 Description:
2 strndup() function: duplicate a size-bounded string.
4 Files:
5 lib/strndup.c
6 m4/strndup.m4
8 Depends-on:
9 string
10 extensions
11 strnlen         [test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1]
13 configure.ac:
14 gl_FUNC_STRNDUP
15 gl_CONDITIONAL([GL_COND_OBJ_STRNDUP],
16                [test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1])
17 gl_STRING_MODULE_INDICATOR([strndup])
19 Makefile.am:
20 if GL_COND_OBJ_STRNDUP
21 lib_SOURCES += strndup.c
22 endif
24 Include:
25 <string.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 glibc