lex_yacc.h

来自「C语言前端编译器,yacc/lex编写,可自行修改代码.」· C头文件 代码 · 共 14 行

H
14
字号
// Copyright 2002 by Keith Vallerio.
// All rights reserved.

#ifndef LEX_YACC_H_
#define LEX_YACC_H_

// This definition must come before including gram.tab.h
#define YYSTYPE string *

#include "parse.h"
#include "gram.tab.h"
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?