MANPAGES
Skip Quicknav
Index
About Manpages
FAQ
Service Information
/
jessie
/
linux-manual-3.16
/ strrchr(9)
links
language-indep link
package tracker
raw man page
table of contents
NAME
SYNOPSIS
ARGUMENTS
COPYRIGHT
other versions
jessie
3.16.56-1+deb8u1
other sections
3 (
libfuncs
)
3avr (
libfuncs
)
9 (
kernel
)
Scroll to navigation
STRRCHR(9)
Basic C Library Functions
STRRCHR(9)
NAME
¶
strrchr - Find the last occurrence of a character in a string
SYNOPSIS
¶
char * strrchr(const char *
s
, int
c
);
ARGUMENTS
¶
s
The string to be searched
c
The character to search for
COPYRIGHT
¶
May 2018
Kernel Hackers Manual 3.16