2025-04-27 07:49:33 -04:00

8 lines
108 B
C

typedef struct {
int key;
TCHAR *text;
} KEYTAB;
#define USE 600
#define VIEW 601
#define EOS EOF