Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
strchr(3)
Edit
PageHistory
Diff
Info
LikePages
STRCHR !!!STRCHR NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME strchr, strrchr - locate character in string !!SYNOPSIS __#include __''s''__, int__ ''c''__); char *strrchr(const char *__''s''__, int__ ''c''__); __ !!DESCRIPTION The __strchr()__ function returns a pointer to the first occurrence of the character ''c'' in the string ''s''. The __strrchr()__ function returns a pointer to the last occurrence of the character ''c'' in the string ''s''. !!RETURN VALUE The __strchr()__ and __strrchr()__ functions return a pointer to the matched character or NULL if the character is not found. !!CONFORMING TO SVID 3, POSIX, BSD 4.3, ISO 9899 !!SEE ALSO index(3), memchr(3), rindex(3), strpbrk(3), strsep(3), strspn(3), strstr(3), strtok(3) ----
13 pages link to
strchr(3)
:
Man3s
index(3)
memchr(3)
rindex(3)
strcspn(3)
string(3)
strpbrk(3)
strsep(3)
strspn(3)
strstr(3)
strtok(3)
strtok_r(3)
wcschr(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.