Currently At: Programming Reference > C Reference > Standard C String & Character > strrchr()

strrchr()


Syntax:
#include <string.h>
char *strrchr( const char *str, int ch );


Description:
The function strrchr() returns a pointer to the last occurrence of ch in str, or NULL if no match is found.

Related Topics:
strpbrk(), strspn(), strstr(), strtok()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions