📄 file_io.h
字号:
/*-------------------------------------------------------------
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: 2007.5.2
--------------------------------------------------------------*/
#include "type.h"
#ifndef __FILE_IO_H__
#define __FILE_IO_H__
void read_a_sector_file(unsigned char *buffer);
byte findSystemFile(void);
void save_file_info(void);
void load_file_info(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -