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