Texas Instruments TMS34010 Reference Manual page 153

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

Advertisement

strrchr
Syntax
Find Last Occurrence of Character
#include
<string.h>
char *strrehrCs ,e)
char *s;
int
c;
Defined in
strrchr. c in rts. src
Description
The strrchr function finds the last occurrence of c in s. If strrchr finds the
character, it returns a pointer to the character; otherwise, it returns a null
pointer (0).
6-78

Advertisement

Table of Contents
loading

Table of Contents