xref: /freebsd/lib/libc/string/strrchr.c (revision cff5befbba31006db8b0c3fff0bb3b2ac38c8f88)
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3 
4 #define	STRRCHR
5 #include "rindex.c"
6