Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / stpncpy
1 Description:
2 stpncpy() function: copy a size-bounded string, returning a pointer to its end.
3
4 Files:
5 lib/stpncpy.c
6 m4/stpncpy.m4
7
8 Depends-on:
9 extensions
10 string
11
12 configure.ac:
13 gl_FUNC_STPNCPY
14 if test $HAVE_STPNCPY = 0 || test $REPLACE_STPNCPY = 1; then
15   AC_LIBOBJ([stpncpy])
16   gl_PREREQ_STPNCPY
17 fi
18 gl_STRING_MODULE_INDICATOR([stpncpy])
19
20 Makefile.am:
21
22 Include:
23 <string.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible, glibc