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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Find Any Matching Character<br />

strpbrk<br />

Syntax #inc1ude <br />

Defined in<br />

Description<br />

char *strpbrk(sl, s2)<br />

char *sl, *s2;<br />

strpbrk. c in rts. src<br />

The strpbrk function locates the first occurrence in s 1 of any character in<br />

s2. If strpbrk finds a matching character, it returns a pointer to that character;<br />

otherwise, it returns a null pointer (0).<br />

6-77

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

Saved successfully!

Ooh no, something went wrong!