NetBSD/lib/libc/string/bzero.c
perry 2ea077b77c 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

5 lines
96 B
C

/* $NetBSD: bzero.c,v 1.8 1998/08/04 06:25:10 perry Exp $ */
#define BZERO
#include "memset.c"