mp3_filelist.h
来自「dm270 source code」· C头文件 代码 · 共 26 行
H
26 行
/*
DM270 ARM Evaluation Software
(c)Texas Instruments 2003
*/
#ifndef __MP3_FILELIST_H__
#define __MP3_FILELIST_H__
#include <system/armsys270.h>
#include <demo/mem_alloc.h>
#include <util/mem_fs.h>
STATUS MP3_loadFileList(char *devName, char *dirName);
STATUS MP3_showFileList();
STATUS MP3_genFileName( char *fname );
STATUS MP3_firstFile();
STATUS MP3_lastFile();
STATUS MP3_nextFile();
STATUS MP3_prevFile();
#endif /* __MP3_FILELIST_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?