strrchr(9) centos man page | unix.com

Man Page: strrchr

Operating Environment: centos

Section: 9

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
Kernel Hackers Manual 3.10 June 2014 STRRCHR(9)
Related Man Pages
strrchr(3) - redhat
strchr(3) - osx
strrchr(3) - freebsd
strrchr(3) - netbsd
strrchr(3) - php
Similar Topics in the Unix Linux Community
char constants vs. hard-coding
Matching 2 items in a string
Redirecting Terminal to Local Application!
Memory fragmentation in a Linux settop box