char * strnchr (const char * s, size_t count, int c);
char * strnchr
s
The string to be searched
count
The number of characters to be searched
c
The character to search for