NetBSD/sys/arch/hpcmips/stand/libz/stddef.h
takemura 212b3fa9d8 The bootloader has been improved by Kazuma Arino.
- dialog style main window
  - support to read compressed kernel image
  - automatic boot with timer
  - human readable configrarion file
version no gets '1.15.00 2000.08.29'
2000-08-29 15:10:14 +00:00

5 lines
85 B
C

#ifndef _STDDEF_H_
#define _STDDEF_H_
#define bzero(s, n) memset((s), 0, (n))
#endif