delorie.com/djgpp/doc/libc/libc_749.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <string.h> char *stpcpy(char *_dest, const char *_src); |
Like strcpy
(see section strcpy), but return value different.
Returns a pointer to the trailing NUL in dest.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |