strnchr
strnchr(const char *s, int c, size_t n)
static char *strnchr(register char *s, register char c,
strnchr(const char *s, char c, int n)