projects
/
hackover2013-badge-firmware.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Neue Level.
[hackover2013-badge-firmware.git]
/
badge
/
util
/
util.h
1
#ifndef INCLUDED_HACKOVER2013_BADGE_UTIL_UTIL_H
2
#define INCLUDED_HACKOVER2013_BADGE_UTIL_UTIL_H
3
4
#include
"rectangle.h"
5
#include
"fixed_point.h"
6
7
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(*arr))
8
9
#endif
This page took
0.042001 seconds
and
5
git commands to generate.