|
VMS Help CRTL, strncat *Conan The Librarian |
Appends not more than maxchar characters from str_2 to the end of
str_1.
Format
#include <string.h>
char *strncat (char *str_1, const char *str_2, size_t
maxchar);
Additional Information (explode) :
|
|