]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/lib/libc/string/strchr.c
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / lib / libc / string / strchr.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define STRCHR
5 #include "index.c"