瀏覽代碼

svn: 1614

Bryan Drewery 21 年之前
父節點
當前提交
27420c4aa6
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/misc_file.c

+ 5 - 0
src/misc_file.c

@@ -14,6 +14,11 @@
 #include "main.h"
 
 
+int mkdir_p(const char *path)
+{
+
+}
+
 /* Copy a file from one place to another (possibly erasing old copy).
  *
  * returns:  0 if OK