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...
strstr
Syntax
#include
<string.h>
char
*strstrCsl,
s2)
char
*sl,
*s2;
Defined
in
strstr.
c in
rts.
src
Find
Matching
String
Description
The strstr function finds the first occurrence
of
s2
in s 1 (excluding the ter-
minating
null character).
If
strstr finds the matching string,
it
returns a
pointer
to
the located string;
if it
doesn't find the string,
it
returns a null
pointer.
If
s2
points to a string
with
length 0, then strstr returns
s1.
6-80

Table of Contents

Other manuals for Texas Instruments TMS34010

Related product manuals