mkdir and rmdir basic implementation

This commit is contained in:
vaclavt
2022-03-21 17:46:32 +01:00
parent 2856043feb
commit 2607a50986
8 changed files with 44 additions and 43 deletions

4
ml.h
View File

@@ -7,9 +7,9 @@
#include <exception>
#ifdef NDEBUG
const std::string VERSION = "ml 0.5 (" __DATE__ " " __TIME__ "), Release";
const std::string VERSION = "ml 0.5.1 (" __DATE__ " " __TIME__ "), Release";
#else
const std::string VERSION = "ml 0.5 (" __DATE__ " " __TIME__ "), Debug";
const std::string VERSION = "ml 0.5.1 (" __DATE__ " " __TIME__ "), Debug";
#endif
const std::string STDLIB_LOADER =