//File concglob.h #ifndef CONCGLOBH #define CONCGLOBH enum boolean {FALSE,TRUE}; const linePerPage=3; #endif