flash.h
来自「au1200下的boot代码」· C头文件 代码 · 共 19 行
H
19 行
#ifndef FLASH_H
#define FLASH_H
struct FlashFileHandle
{
char* start;
char* current;
};
int flashClose();
int flashOpen(const char* address);
int flashRead(void* buffer, int size);
int stringToInt(const char* string);
int charToInt(const char ch);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?