📄 os.h
字号:
/************************************************
*
* $Copyright 2001 Joseph J. Lemieux ALL RIGHTS RESERVED. $
*
* $Filename: C:\OSEKBook\src\CH01\inc\OS.H $
*
* Description: OS Include file that encapsulates
* the OS specific header files.
*
************************************************/
#ifndef OSH
#define OSH
/***********************************************
*
* OSEKWorks specific header files.
*
* osekworks.h - OS specific definitions.
* osekworkscom.h - COM specific definitions.
* osekworksnm.h - NM specific definitions.
* oil.h - Application specific definitions generated
* from the OIL file.
*
***********************************************/
#include "osekworks.h"
#include "oil.h"
#endif /* OSH */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -