1STRCHR(9) Basic C Library Functions STRCHR(9)
23
4
NAME
6strchr - Find the first occurrence of a character in a string
7
SYNOPSIS
9char * strchr(const char * s, int c);
10
ARGUMENTS
12s
13The string to be searched
1415
c
16The character to search for
17
COPYRIGHT
19Kernel Hackers Manual 2.6. November 2011 STRCHR(9)