mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-11 00:46:49 +00:00
4 lines
83 B
C
4 lines
83 B
C
#pragma once
|
|
#include <libc/sys/types.h>
|
|
|
|
int mkdir(const char *path, mode_t mode); |