11 lines
102 B
C
11 lines
102 B
C
|
enum
|
||
|
{
|
||
|
Matchwin,
|
||
|
Entrywin,
|
||
|
Dictwin
|
||
|
};
|
||
|
|
||
|
#define MAXTAG 20
|
||
|
#define MAXMATCH 100
|
||
|
#define BUFSIZE 4096
|