repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some fixes on acceptance tests.
[agg.git]
/
bool.h
blob
57c204d235074226b85e9f16f778a39c0cbb207b
1
#ifndef AGG_BOOL_H
2
#define AGG_BOOL_H
3
4
#define bool unsigned char
5
#define true 1
6
#define false 0
7
8
#endif