1 enum 2 { 3 Matchwin, 4 Entrywin, 5 Dictwin 6 }; 7 8 #define MAXTAG 20 9 #define MAXMATCH 100 10 #define BUFSIZE 4096 11