📄 untitled.c
字号:
/*-------------------------------------------------------------
FileName : file_io.c
Created by : Datazyb
Created Date: 2006.4.8
Function : read or write file with fat filesystem
Comments : These are high level operations.
LastModified:
--------------------------------------------------------------*/
#include "type.h"
void readFile(word BytesToRead, byte *buffer);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -