The libc implementation
Martin ‘Solar’ Baute
Public Domain
char * strrchr(const char *s,int c)
Finds the last character in s that matches c
Returns a pointer to the last character in s1 that matches c
Returns NULL if c does not occur in s