/* miscellaneous defines */
#define OK 1
#define ERROR -1
#define QUIT 0
#define CONTINUE 1
#define TRUE 1
#define FALSE 0
#define YES 1
#define NO 0