?? 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 + -