other versions
- stretch 4.9.168-1
 
other sections
| STRNSTR(9) | Basic C Library Functions | STRNSTR(9) | 
NAME¶
strnstr - Find the first substring in a length-limited stringSYNOPSIS¶
char * strnstr(const char * s1, const char * s2, size_t len);
ARGUMENTS¶
s1The string to be searched
s2
The string to search for
len
the maximum number of characters to search
COPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |