mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
297 B
Plaintext
26 lines
297 B
Plaintext
Description:
|
|
stpcpy() function: copy a string, returning a pointer to its end.
|
|
|
|
Files:
|
|
lib/stpcpy.c
|
|
m4/stpcpy.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
string
|
|
|
|
configure.ac:
|
|
gl_FUNC_STPCPY
|
|
gl_STRING_MODULE_INDICATOR([stpcpy])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible, glibc
|