index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
scalls
/
mkdir.h
blob: 0bf0043206e0d2d90905b53f9f1f3ff61207720a (
plain
)
1
2
#include <fs/vfs.h> int syscall_mkdir(const char *path, int mode);