#include #include int ph_mkdir(const char* path) { int err = mkdir(path, S_IRWXU); return err; }