]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/string/strchr.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / string / strchr.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define STRCHR
5 #include "index.c"