]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/string/strrchr.c
Update to vendor revision 4016.
[FreeBSD/FreeBSD.git] / lib / libc / string / strrchr.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define STRRCHR
5 #include "rindex.c"