programming:c:function strncatWhat links here?

Description

The strncat() function appends up to n characters from string s2 to string s1, and then appends a terminating null character. The initial character of s2 overwrites the null character at the end of s1. Subsequent characters in s2 are appended to s1 until either the end of s2 is reached or n characters have been copied. If copying takes place between objects that overlap, the behavior is undefined.

The function strncat() does not allocate any storage. The caller must insure that the buffer pointed to by s1 is long enough to hold the added characters.

Syntax

char *strncat(char *s1, const char *s2, size_t n)


Parameters



Return Values

The strncat() function returns the value of s1.
programming:c:function strncat
programming - load a bitmap (bmp) file
test page 002 - runoff style markup
programming - sqlite3 - c interface - sqlite3_reset(stmt)
Topical Bible - Trouble in the life of the believer
filename:programming:c:function strncat
filename:programming%3Ac%3Afunction%20strncat
last edit:April 05 2009 22:05:50 (5799 days ago)
ct = 1740080500.000000 = February 20 2025 14:41:40
ft = 1238983550.000000 = April 05 2009 22:05:50
dt = 501096950.000000