[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/c/string/byte/strncat [Back]  [Original]

strncat cppreference.com
cppreference.com

strncat

cppreference.com
< c | string | byte

<metanoindex/>

<tbody> </tbody>
<string>
char *strncat( char *dest, const char *src, size_t count );
, src , dest. count . . , .
:
Appends a byte string pointed to by src to a byte string pointed to by dest. At most count characters are copied. The resulting byte string is null-terminated. If the strings overlap, the behavior is undefined.
Google.
. .

dest
:
pointer to the null-terminated byte string to append to
Google.
. .
src
:
pointer to the null-terminated byte string to copy from
Google.
. .
count
:
maximum number of characters to copy
Google.
. .

dest

.


() []

() []
C++ strncat

Web Proxy Viewer  |  New URL  |  Original Page