8 lines
101 B
C
8 lines
101 B
C
typedef struct {
|
|
int key;
|
|
TCHAR *text;
|
|
} KEYTAB;
|
|
#define USE 600
|
|
#define VIEW 601
|
|
#define EOS EOF
|