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

NAME

6       strstr - Find the first substring in a NUL terminated string
7

SYNOPSIS

9       char * strstr(const char * s1, const char * s2);
10

ARGUMENTS

12       s1
13           The string to be searched
14
15       s2
16           The string to search for
17
19Kernel Hackers Manual 3.10         June 2019                         STRSTR(9)
Impressum