Files
MP-SPDZ/Tools/mkpath.h
Marcel Keller cc0711c224 MP-SPDZ.
2018-10-11 17:20:26 +11:00

8 lines
202 B
C

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