scan_lex.h

来自「大3编译原理课程设计 绝对符合老师要求 报告代码一应俱全 很详细 很靠谱」· C头文件 代码 · 共 37 行

H
37
字号
/****************************************************************************
*                     U N R E G I S T E R E D   C O P Y
* 
* You are on day 12 of your 30 day trial period.
* 
* This file was produced by an UNREGISTERED COPY of Parser Generator. It is
* for evaluation purposes only. If you continue to use Parser Generator 30
* days after installation then you are required to purchase a license. For
* more information see the online help or go to the Bumble-Bee Software
* homepage at:
* 
* http://www.bumblebeesoftware.com
* 
* This notice must remain present in the file. It cannot be removed.
****************************************************************************/

/****************************************************************************
* scan_lex.h
* C header file generated from scan_lex.l.
* 
* Date: 12/19/08
* Time: 23:11:50
* 
* ALex Version: 2.07
****************************************************************************/

#ifndef _SCAN_LEX_H
#define _SCAN_LEX_H

#include <yylex.h>

#ifndef INITIAL
#define INITIAL 0
#endif

#endif

⌨️ 快捷键说明

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