mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 08:03:22 +00:00
new: FAT32删除文件的功能 (#73)
* new: 将sys_rmdir更改为sys_unlink,.且完成删除文件操作的vfs部分 * new: fat32删除文件 *bugfix: 解决创建文件时的bug
This commit is contained in:
@ -106,6 +106,8 @@ extern int usleep(useconds_t usec);
|
||||
*/
|
||||
int rmdir(const char *path);
|
||||
|
||||
int rm(const char * path);
|
||||
|
||||
/**
|
||||
* @brief 交换n字节
|
||||
* @param src 源地址
|
||||
|
Reference in New Issue
Block a user