17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

strcat<br />

Concatenate Strings<br />

Syntax #include <br />

Defined in<br />

Description<br />

char *strcat(s1, s2)<br />

char *s1, *s2;<br />

strcat. c in rts. src<br />

The strcat function appends a copy of s2 to (including a terminating null<br />

character) to the end of s1. The initial character of s2 overwrites the null<br />

character that originally terminated s 1. The function returns the value of<br />

s1.<br />

6-66

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!