os.h
来自「《OSEK/VDX汽车电子嵌入式软件编程技术》中光盘的资料」· C头文件 代码 · 共 29 行
H
29 行
/************************************************
*
* $Copyright 2001 Joseph J. Lemieux ALL RIGHTS RESERVED. $
*
* $Filename: C:\OSEKBook\src\CH03\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 + =
减小字号Ctrl + -
显示快捷键?