typedef.h

来自「一个c语言的编译器的源代码」· C头文件 代码 · 共 17 行

H
17
字号
// This file declares structures used
//
// Written by bood, boodweb@163.com, http://boodweb.126.com
// 2004-08-06

// New declare types: VAR_DECLAR_LIST, FUNC_DEFINE
// For supporting continous var-declaration and function
// declaration without definition
// by bood, 2005-01-22
#ifndef TYPEDEF_H_
#define TYPEDEF_H_

#include <string>
using namespace std;


#endif

⌨️ 快捷键说明

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