Texas Instruments TMS34010 Reference Manual page 141

C compiler
Hide thumbs Also See for TMS34010:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents