|
VMS Help CRTL, strncat, Arguments *Conan The Librarian |
str_1, str_2
Pointers to null-terminated character strings.
maxchar
The number of characters to concatenate from str_2, unless
strncat first encounters a null terminator in str_2. If maxchar
is 0, no characters are copied from str_2.
|
|