]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libc/string/strchr.c
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / lib / libc / string / strchr.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define STRCHR
5 #include "index.c"