timespec_get: New module.
[gnulib.git] / modules / stpncpy
blob25a0c5f2fee8e386d9c2d3b5af9489714cdc7f33
1 Description:
2 stpncpy() function: copy a size-bounded string, returning a pointer to its end.
4 Files:
5 lib/stpncpy.c
6 m4/stpncpy.m4
8 Depends-on:
9 extensions
10 string
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
18 gl_STRING_MODULE_INDICATOR([stpncpy])
20 Makefile.am:
22 Include:
23 <string.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 glibc