📄 typedef.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -