includes.h

来自「ucos是一个实时的多任务的小型操作系统」· C头文件 代码 · 共 18 行

H
18
字号

#include    "stdarg.h"
#include    "stdio.h"
#include    "string.h"
#include    "ctype.h"
#include    "stdlib.h"
#include    "setjmp.h"

#include    "os_cpu.h"
#include    "os_cfg.h"
#include    "ucos_ii.h"


#include    "serial.h"
#include    "reg51.h"

//用户头文件加在最后面
//Your head file add here.

⌨️ 快捷键说明

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