Mercurial
bookloupe
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
files
|
changeset
| file |
revisions
|
annotate
|
diff
|
raw
gclib/macros.h
author
ali <ali@juiblex.co.uk>
Tue Jan 24 23:54:05 2012 +0000 (2012-01-24)
changeset 0
c2f4c0285180
permissions
-rw-r--r--
Initial version
1
#ifndef FALSE
2
#define FALSE 0
3
#endif
4
5
#ifndef TRUE
6
#define TRUE (!FALSE)
7
#endif