Files

11 lines
155 B
C
Raw Permalink Normal View History

2017-04-17 00:10:12 +02:00
/* 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