#ifndef __BOOLEAN_H_ #define __BOOLEAN_H_ typedef int boolean; //const int FALSE=0; //const int TRUE=!FALSE; #endif