mkdir and rmdir basic implementation
This commit is contained in:
4
ml.h
4
ml.h
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user