Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
enum
2
{
3
	Matchwin,
4
	Entrywin,
5
	Dictwin
6
};
7
 
8
#define MAXTAG	20
9
#define MAXMATCH 100
10
#define BUFSIZE	4096