// (C) 2018 University of Bristol. See License.txt #ifndef TOOLS_MKPATH_H_ #define TOOLS_MKPATH_H_ // mkdir -p, from https://gist.github.com/JonathonReinhart/8c0d90191c38af2dcadb102c4e202950 int mkdir_p(const char *path); #endif /* TOOLS_MKPATH_H_ */