📄 threncinput.h
字号:
#include <sio.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Definition of the structure capturing the state of the thread. */
typedef struct ThrEncInput {
SIO_Handle inStream;
} ThrEncInput;
/* prototypes for public functions */
extern Void thrEncInputInit( Void );
extern Void thrEncInputStartup( Void );
extern Void thrEncInputRun( Void );
#ifdef __cplusplus
}
#endif // extern "C"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -