char * strchr (const char * s, int c);
char * strchr
The string to be searched
The character to search for