cgd
Wed Jan 15 20:06:18 PST 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv3599
Modified Files:
stand.h Makefile
Added Files:
memcmp.c
Log Message:
add memcmp, implemented as a wrapper around bcmp() (like memcpy() is
implemented as a wrapper around bcopy()).