]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/string/strchr.c
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / lib / libc / string / strchr.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define STRCHR
5 #include "index.c"