📄 yytab.h
字号:
#ifndef YYVAL_H
#define YYVAL_H
union SV
{
int ival;
};
#endif
#ifndef YYTAB_H
#define YYTAB_H
#define ELSE 30004
#define WHILE 30002
#define SIGNED 30011
#define DOUBLE 30010
#define EQU 30013
#define GREAT 30015
#define IDENTIFIER 30000
#define INT 30005
#define NE 30016
#define UNSIGNED 30012
#define CHAR 30009
#define FLOAT 30006
#define FOR 30001
#define IF 30003
#define LESS 30014
#define LONG 30007
#define NUM 30017
#define SHORT 30008
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -