main.h

来自「该文件为UCOSII下的TCP/IP移植(二)」· C头文件 代码 · 共 25 行

H
25
字号
////////////////////////////////////////////////////////////////////////////////
//
#ifndef __MAIN_H__
#define __MAIN_H__


#ifdef __cplusplus
extern "C" {
#endif

#include "types.h"
#include "trace.h"
//#include "hardware.h"


extern int repeat;


#ifdef __cplusplus
}
#endif

#endif // __MAIN_H__
////////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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