// --------------------------------------------------------------------------
// --
// -- General/common definitions
// --
// --
// --------------------------------------------------------------------------

// --------------------------------------------------------------------------
// -- Includes
// --------------------------------------------------------------------------

// --------------------------------------------------------------------------
// -- Defines
// --------------------------------------------------------------------------

enum Boolean { FALSE = 0, TRUE = 1 };

#define LINE_BUFFER_SIZE	81