mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
23 lines
262 B
Plaintext
23 lines
262 B
Plaintext
Description:
|
|
stpcpy() function: copy a string, returning a pointer to its end.
|
|
|
|
Files:
|
|
lib/stpcpy.h
|
|
lib/stpcpy.c
|
|
m4/stpcpy.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_STPCPY
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += stpcpy.h
|
|
|
|
Include:
|
|
"stpcpy.h"
|
|
|
|
Maintainer:
|
|
Bruno Haible, glibc
|
|
|