Texas Instruments TMS34010 Reference Manual page 149

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

Advertisement

strncat
Syntax
#include
<string.h>
char
*strncat(51, 52, n)
char
*sl, *s2;
size-t n;
Defined in
strncat. c in rts. src
Concatenate Strings
Description
The strncat function appends up to n characters of s2 (including a termi-
nating null character) to the end of 51. The initial character of 52 over-
writes the null character that originally terminated 51; strncat appends a null
character to result. The function returns the value of s1.
6-74

Advertisement

Table of Contents
loading

Table of Contents