|
VMS Help CRTL, strcpy *Conan The Librarian |
Copies all of source, including the terminating null character,
into dest.
Format
#include <string.h>
char *strcpy (char *dest, const char *source);
Additional Information (explode) :
|
|