Copyright Digital Equipment Corp. All rights reserved.

strncat

   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 available:

Function_Variants               Arguments       Description     Return_Value