summaryrefslogtreecommitdiff
path: root/src/mkdirp.h
blob: 52cba9c84d3e5bf5b2270bb3820eda3cd5b32622 (plain)
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 */