Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
torvalds
/
uemacs
/
e8f984a1b0dc4f5160bc8ccf16ae7df55ac7563d
/
.
/
util.h
blob: 49f3649b6fd59e0c7591e7312f89d5dfc9639bd6 [
file
]
#ifndef
UTIL_H_
#define
UTIL_H_
#define
ARRAY_SIZE
(
a
)
(
sizeof
(
a
)
/
sizeof
(
a
[
0
]))
#endif
/* UTIL_H_ */