📄 contread.h
字号:
//*****************************************************************************
// Continuous Block Read interface routines.
extern BYTE ContRead_fname[]; // Contigous Block Read response data.
extern FILE *ContRead_file; // Point to Contigous Block Read response file.
//*****************************************************************************
// Initialize the continuous Block Read mode state machine. This routine must
// be called BEFORE cont_read_mode() is called the fist time.
//
// Input: NONE.
// Return: NONE.
// Side effects: Initialize the state machine.
extern void init_cont_read(void);
//*****************************************************************************
// Main entry point for this file. This is the driver for the Continuous Block
// Read mode. The appropriate state subroutine is called from here.
//
// Input: NONE.
// Return: NONE.
// Side effects: NONE.
extern void cont_read_mode(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -