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 String Length<br />

strlen<br />

Syntax #include <br />

Defined in<br />

Description<br />

size-t strlenCs)<br />

char *s;<br />

strlen. c in rts. src<br />

The strlen function returns the length of s. In C, a character string is terminated<br />

by the first byte with a value of 0 (a null character). The returned<br />

result does not include the terminating null character.<br />

6-73

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

Saved successfully!

Ooh no, something went wrong!