/* useful definitions and sutch thst won't clutter stdio.h */

#define BLANK ' '
#define NEWLINE '\n'
#define TAB '\t'

#define then
#define integer int
#define begin {
#define end }

typedef int boolean;


#define EOS 0
#define YES 1
#define NO 0
