⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 woptions.h

📁 在S3C44b0上移植ucos并实现哲学家就餐问题的演示
💻 H
字号:
/**************************************************************************
NAME:WOPTIONS.H
copyright:wzz at Qingdao University  2008
**************************************************************************/
#ifndef __WOPTION_H__
#define __WOPTION_H__
//--------------------------------------------------------------------------
#ifdef __cplusplus
extern "C" {
#endif
//==========================================================================
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
//==========================================================================
#include "..\inc\WCSTDEF.h"		/*常量定义*/
#include "..\inc\WVARDEF.h"		/*变量定义*/
#include "..\inc\WSFRADEF.h"	/*SFR地址定义*/
#include "..\inc\WSFRCDEF.h"	/*SFR常量定义*/
#include "..\inc\WUARTDEF.h"	/*UART宏声明*/
#include "..\inc\WLIBDEF.h"		/*LIB函数声明*/
//==========================================================================
#ifdef __cplusplus
}
#endif
//--------------------------------------------------------------------------
#endif
//==========================================================================

⌨️ 快捷键说明

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