🆕 fat32文件系统的mkdir

This commit is contained in:
fslongjin
2022-06-25 20:55:59 +08:00
parent d7d449bddd
commit d775af70c7
15 changed files with 495 additions and 39 deletions

View File

@ -0,0 +1,4 @@
#pragma once
#include <libc/sys/types.h>
int mkdir(const char *path, mode_t mode);