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