2022-06-25 20:55:59 +08:00

4 lines
83 B
C

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