@@ -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