mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
253 B
Plaintext
25 lines
253 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:
|
|
|
|
Include:
|
|
"stpcpy.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible, glibc
|
|
|