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...
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

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals