/sys$common/syshlp/helplib.hlb CRTL, strncpy *Conan The Librarian |
Copies not more than maxchar characters from source into dest. Format #include <string.h> char *strncpy (char *dest, const char *source, size_t maxchar);
Additional Information (explode) :
|