1STRNSTR(9)                 Basic C Library Functions                STRNSTR(9)
2
3
4

NAME

6       strnstr - Find the first substring in a length-limited string
7

SYNOPSIS

9       char * strnstr(const char * s1, const char * s2, size_t len);
10

ARGUMENTS

12       s1
13           The string to be searched
14
15       s2
16           The string to search for
17
18       len
19           the maximum number of characters to search
20
22Kernel Hackers Manual 3.10         June 2019                        STRNSTR(9)
Impressum