📄 os.h
字号:
/*
Operating System
--------------------------------------------------------------------------
FILE os.h
--------------------------------------------------------------------------
INTRODUCTION
============
Created : 2002-10-03 Xiaoxi Jiang
Last modified : 2002-10-03 Xiaoxi Jiang
Module :
Purpose :
Header file.
List of routines in file :
File history :
*/
#ifndef __OS_H
#define __OS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <hal.h>
#include <haldata.h>
#include <haldot.h>
#include <oserr.h>
#include <osauth.h>
#include <osfont.h>
#include <osmenu.h>
#include <osmodem.h>
#include <osfs.h>
#include <osfile.h>
#include <osapp.h>
#include <osdrv.h>
#include <osmmi.h>
#include <ospad.h>
#include <osicc.h>
#include <osadc.h>
#include <osfunc.h>
#include <osmsg.h>
#include <osdown.h>
#include <ostest.h>
#include <osdebug.h>
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -