repo.or.cz
/
libabstract.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Organized a bit.
[libabstract.git]
/
alboin.h
blob
9f7fda13973340a4f88a4b684bb693e8850d5d21
1
#ifndef __ALBOIN_H__
2
#define __ALBOIN_H__
3
4
#define true 1
5
#define false 0
6
7
typedef
int bool
;
8
9
#endif