html.h
来自「HTML-XML-utils由一套小型C程序(过滤器)组成」· C头文件 代码 · 共 26 行
H
26 行
#ifndef BISON_Y_TAB_H# define BISON_Y_TAB_H#ifndef YYSTYPEtypedef union { string s; pairlist p;} yystype;# define YYSTYPE yystype#endif# define TEXT 257# define COMMENT 258# define START 259# define END 260# define NAME 261# define STRING 262# define PROCINS 263# define EMPTYEND 264# define DOCTYPE 265# define ENDINCL 266extern YYSTYPE yylval;#endif /* not BISON_Y_TAB_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?