other versions
- stretch 4.9.168-1
STRNCHR(9) | Basic C Library Functions | STRNCHR(9) |
NAME¶
strnchr - Find a character in a length limited stringSYNOPSIS¶
char * strnchr(const char * s, size_t count, int c);
ARGUMENTS¶
sThe string to be searched
count
The number of characters to be searched
c
The character to search for
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |