code.h

来自「6个不同的词法语法分析程序源代码」· C头文件 代码 · 共 20 行

H
20
字号


#ifndef _CODE_H_
#define _CODE_H_

static int labelNum=0;

/* Procedure emitComment prints a comment line 
 * with comment c in the code file
 */
void emitComment( char * c );

void emitCode( char * c);

char * genLabel(void);



#endif

⌨️ 快捷键说明

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