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

NAME

6       strchr - Find the first occurrence of a character in a string
7

SYNOPSIS

9       char * strchr(const char * s, int c);
10

ARGUMENTS

12       s
13           The string to be searched
14
15       c
16           The character to search for
17
19Kernel Hackers Manual 3.10         June 2019                         STRCHR(9)
Impressum