repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
some coverity fixes.
[minix.git]
/
servers
/
vm
/
util.h
blob
d5d165cae05ee4011593da64ee505e5a55c2627d
1
2
#ifndef _UTIL_H
3
#define _UTIL_H 1
4
5
#include
"vm.h"
6
#include
"glo.h"
7
8
#define ELEMENTS(a) (sizeof(a)/sizeof((a)[0]))
9
10
#endif
11