template.h

来自「ARM_CORTEX-M3应用实例开发详解光盘」· C头文件 代码 · 共 23 行

H
23
字号
/******************************* (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 + =
减小字号Ctrl + -
显示快捷键?