EasyManua.ls Logo

Texas Instruments TMS34010

Texas Instruments TMS34010
181 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
strcat
Syntax
#include
<string.h>
char
*strcat(s1,
s2)
char
*s1,
*s2;
Defined
in
strcat.
c in
rts.
src
Concatenate
Strings
Description
The strcat function appends a copy
of
s2
to
(including a terminating null
character)
to
the end
of
s1.
The initial character
of
s2
overwrites the null
character that originally terminated s 1. The function returns the value
of
s1.
6-66

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals