netflash.h
来自「通过网络刷新flash的工具源代码.linux下使用的」· C头文件 代码 · 共 13 行
H
13 行
struct fileblock_t { unsigned char * data; unsigned long pos; unsigned long length; unsigned long maxlength; struct fileblock_t * next;};extern struct fileblock_t *fileblocks;void remove_data(int length);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?