CE add mkdir command, implement create_dir () syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m1s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m1s
This commit is contained in:
@@ -84,4 +84,7 @@ int wait_for_pid (int pid);
|
||||
/* Kill process */
|
||||
int kill (int pid);
|
||||
|
||||
/* Create a directory */
|
||||
int create_dir (const char* path);
|
||||
|
||||
#endif // _LIBMSL_M_SYSTEM_H
|
||||
|
||||
Reference in New Issue
Block a user