This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
878c0331ff
NetBSD
/
lib
/
libc
/
string
/
bzero.c
5 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
switch bzero to version in memset.c. bzero.c is now a "#define BZERO//#include memset.c" type file. Remove comment from Makefile about the fact that this is on the todo list.
1998-08-04 10:25:10 +04:00
/* $NetBSD: bzero.c,v 1.8 1998/08/04 06:25:10 perry Exp $ */
Fix RCSID's Use "extern.h" where appropriate.
1997-07-14 00:24:09 +04:00
switch bzero to version in memset.c. bzero.c is now a "#define BZERO//#include memset.c" type file. Remove comment from Makefile about the fact that this is on the todo list.
1998-08-04 10:25:10 +04:00
#
define BZERO
#
include
"memset.c"