]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/string/bzero.c
Bring down 0.4.5 vendor files and other catchups with the distribution tarball.
[FreeBSD/FreeBSD.git] / lib / libc / string / bzero.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define BZERO
5 #include "memset.c"