#ifndef __INC_CONSTANT_HPP__ #define __INC_CONSTANT_HPP__ enum BOOLEAN { bTRUE = 1, bFALSE = 0 }; const ASCII_LF = 10; const ASCII_CR = 13; #endif