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