#ifndef MKDIRP_H #define MKDIRP_H #include bool mkdirp(const char *path); #endif /* MKDIRP_H */