]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/string/bzero.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libc / string / bzero.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define BZERO
5 #include "memset.c"