repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmsun: Update contact information.
[dockapps.git]
/
wmmenu
/
types.h
blob
50e0ad9c89bf1b5765f90f0624a51336fda0f151
1
#ifndef types_h_
2
#define types_h_
3
4
typedef
int bool
;
5
#ifndef false
6
#define false (0)
7
#endif
8
#ifndef true
9
#define true (1)
10
#endif
11
12
#ifndef EOS
13
#define EOS
'\0'
14
#endif
15
16
#endif
/* types_h_ */