📄 template.h
字号:
/******************************* (C) Embest ***********************************
* File Name : template.h
* Author : tary
* Date : 2009-03-03
* Version : 0.3
* Description : 头文件模板
******************************************************************************/
#ifndef __TEMPLATE_H__
#define __TEMPLATE_H__
#define TEMPLATE_CNT 5
extern int template_module_variable;
int template_init(void);
int template_start(char* buf, int size);
int template_end(void);
#endif //__TEMPLATE_H__
/************************************END OF FILE******************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -