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