1STRSTR(9) Basic C Library Functions STRSTR(9)
23
4
NAME
6strstr - Find the first substring in a NUL terminated string
7
SYNOPSIS
9char * strstr(const char * s1, const char * s2);
10
ARGUMENTS
12s1
13The string to be searched
1415
s2
16The string to search for
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 STRSTR(9)