// TODO: put a GPL header and file comment here #include /* ================ Sys_mkdir ================ */ void Sys_mkdir (char *path) { _mkdir(path); }