Module Name: src
Committed By: cgd
Date: Tue Mar 30 22:01:15 UTC 1999
Added Files:
src/sys/lib/libsa: bzero.c memset.c
Log Message:
add simple (small) implementations of memset and bzero. the versions
in libkern are fine for the kernel, but the versions here are smaller
and in libsa the point is size.