4.3BSD-Reno/share/man/cat3/strrchr.0

Compare this file to the similar file:
Show the results in this format:




STRRCHR(3)		      1990		       STRRCHR(3)



NNAAMMEE
     strrchr - locate character in string

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttrriinngg..hh>>

     cchhaarr **
     ssttrrrrcchhrr((ccoonnsstt cchhaarr **ss,, iinntt cc));;

DDEESSCCRRIIPPTTIIOONN
     SSttrrrrcchhrr returns a pointer to the last occurrence of charac-
     ter _c (converted to a cchhaarr) in the null-terminated string _s,
     or NULL if _c does not occur anywhere in _s.  If _c is '\0',
     ssttrrrrcchhrr locates the terminating '\0'.

SSEEEE AALLSSOO
     index(3), memchr(3), rindex(3), strchr(3), strcspn(3),
     strpbrk(3), strsep(3), strspn(3), strstr(3), strtok(3)

SSTTAANNDDAARRDDSS
     SSttrrrrcchhrr conforms to ANSI X3.159-1989 (``ANSI C'').


































Printed 7/27/90                May				1