This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
08f1ee0d30
Branches
Tags
View all branches
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 06:25:10 +00: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-13 20:24:09 +00: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 06:25:10 +00:00
#
define BZERO
#
include
"memset.c"
Reference in New Issue
Copy Permalink