programming - C - function strcatWhat links here?

Description

The strcat() function appends a copy of the string pointed to by s2 (including the terminating null character) to the end of the string pointed to by s1. The initial character of s2 overwrites the null character at the end of s1. If copying occurs between objects that overlap, the behavior is undefined.

The function strcat() does not allocate any storage. The caller must insure that the buffer pointed to by s1 is long enough for string s2 and its terminating null character.

Syntax

char *strcat(char *s1, const char *s2)


Parameters



Return Values

The strcat() function returns the value of s1.
programming - C - function strcat
programming - C - function isprint
programming - C - function strrev
programming:windows:SetWindowText
programming:c:C functions for searching for files
programming - C - function isxdigit
programming - C - function fread
programming:windows:GetWindowLong
programming - C - function strncat
programming - C - function iscntrl
programming - C - function mktime
filename:programming - C - function strcat
filename:programming%20%2D%20C%20%2D%20function%20strcat
last edit:April 05 2009 21:58:00 (6004 days ago)
ct = 1757738778.000000 = September 13 2025 00:46:18
ft = 1238983080.000000 = April 05 2009 21:58:00
dt = 518755698.000000