1 2 3 4 5 6 7 8
#ifndef MKDIRP_H #define MKDIRP_H #include <stdbool.h> bool mkdirp(const char *path); #endif /* MKDIRP_H */