projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
discover/grub2: Remove debug printfs
[petitboot]
/
lib
/
array-size
/
array-size.h
1
#ifndef ARRAY_SIZE_H
2
#define ARRAY_SIZE_H
3
4
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
5
6
#endif /* ARRAY_SIZE_H */
7