📄 bitio.c
字号:
#include "mytypes.h"#include "bitio.h"ulong buffer[BUFFER_LENGTH]; // input bufferulong *buff; // pointer to next unprocessed input/outputulong *last_buff=buff; // last element in the bufferint buff_btg=0; // number of LSB's unused in *buff
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -