VMS Help CC, Run-time functions, strcpy *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Copies all of source_str, including the terminating null character, into destination_str. Syntax: #include <string.h> char *strcpy(char *destination_str, const char *source_str);
|