adict.h 102 B

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