commons.h 143 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #ifndef __COMMONS_H__ #define __COMMONS_H__ #define Bool char #define TRUE 1 #define FALSE 0 #endif // __COMMONS_H__ // vim: set ts=4 sw=4: