repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
hpcmips
/
stand
/
libz
/
stddef.h
blob
492553da43d8351f8eb5a9e23e88f08971731bc4
1
#ifndef _STDDEF_H_
2
#define _STDDEF_H_
3
#define bzero(s, n) memset((s), 0, (n))
4
#endif