📄 timerint.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 + -