Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <string.h> char *strchr(const char *s, int c); |
Description |
The terminating null byte ( |
Return val. | Pointer to the position of c in string s if successful. Null pointer if c is not contained in string s. |
Notes See also |
|