home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
libc
/
compat
/
string
/
stpcpy.txh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-23
|
316 b
|
17 lines
@node stpcpy, string
@subheading Syntax
@example
#include <string.h>
char *stpcpy(char *_dest, const char *_src);
@end example
@subheading Description
Like @code{strcpy} (@pxref{strcpy}), but return value different.
@subheading Return Value
Returns a pointer to the trailing NUL in @var{dest}.