process.h

来自「AVR mega16的单片机程序」· C头文件 代码 · 共 15 行

H
15
字号
#ifndef _PROCESS_INCLUDED
#define _PROCESS_INCLUDED

typedef struct _REPORT_{
	unsigned int Ok;
	unsigned int Error;
	unsigned int Over;
} REPORT;
REPORT Report;

  uchar tempbuf[32];
#endif


⌨️ 快捷键说明

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