file_io.h

来自「avr MP3 的源程序,包含文件系统,适合初学者」· C头文件 代码 · 共 20 行

H
20
字号
/*-------------------------------------------------------------
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 + =
减小字号Ctrl + -
显示快捷键?