#ifndef __COMMONS_H__ #define __COMMONS_H__ #define Bool char #define TRUE 1 #define FALSE 0 #endif // __COMMONS_H__ // vim: set ts=4 sw=4: