xref: /netbsd-src/sys/arch/hpcmips/stand/libz/stddef.h (revision ca453df649ce9db45b64d73678ba06cbccf9aa11)
1 #ifndef _STDDEF_H_
2 #define _STDDEF_H_
3 #define bzero(s, n)	memset((s), 0, (n))
4 #endif
5