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 - pascal - procedure - str
programming - C - function ftell
programming - algorithms - graph drawing
programming - embedded mozilla
programming:c:function strtok
programming - algorithms - 3D
programming - pascal - procedure - val
programming:c:function strpos
programming - algorithms - b-plus trees
programming - algorithms - 3D - Translation
programming - C - struct tm
programming tools - crasm
code vault - commandlinetoargva
programming - Free Pascal - Sqlite
programming:programming links
programming tools - using gdb
microprocessors - Raspberry PI
filename:programming:c:function strcat
filename:programming%3Ac%3Afunction%20strcat
last edit:April 05 2009 21:58:00 (6336 days ago)
ct = 1786425787.000000 = August 11 2026 01:23:07
ft = 1238983080.000000 = April 05 2009 21:58:00
dt = 547442707.000000