Files
MP-SPDZ/Tools/mkpath.h
Marcel Keller 2008a8782d Overdrive.
2018-03-02 14:33:03 +00:00

10 lines
254 B
C

// (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_ */