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

📄 timerint.h

📁 实时多重作业操作系统内核(RTMK)。简单实时多重作业操作系统内核源程序。RTMK支持消息和事件
💻 H
字号:
/************************************************************************
*
*  Module name         : TIMERINT.H
*
*  Module description  :
*
*  Project             : RTMK
*
*  Target platform     : DOS
*
*  Compiler & Library  : BC++ 3.1
*
*  Author              : Richard Shen
*
*  Creation date       : 30 August, 1995
*
************************************************************************/
#ifndef TIMERINT_H
#define TIMERINT_H

#ifdef __DOS__

#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */

void SetTimerInt(void);
void RestoreTimerInt(void);
void SetApplTimerHandler(void (*applHandler)(void));

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __DOS__ */

#endif /* TIMERINT_H */

⌨️ 快捷键说明

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