Currently At: Programming Reference > C Reference > Standard C String & Character > strncat()

strncat()


Syntax:
#include <string.h>
char *strncat( char *str1, const char *str2, size_t count );


Description:
The function strncat() concatenates at most count characters of str2 onto str1, adding a null termination. The resulting string is returned.

Related Topics:
strcat(), strnchr(), strncmp(), strncpy()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions