other versions
STRNCHR(9) | Basic C Library Functions | STRNCHR(9) |
NAME¶
strnchr - Find a character in a length limited string
SYNOPSIS¶
char * strnchr(const char * s, size_t count, int c);
ARGUMENTS¶
const char * s
The string to be searched
size_t count
The number of characters to be searched
int c
The character to search for
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |