📄 mp3_filelist.h
字号:
/*
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -