#t and #f added to language, datetime fixes
This commit is contained in:
2
ml_io.h
2
ml_io.h
@@ -9,7 +9,7 @@
|
||||
|
||||
std::string read_file_contents(const std::string &filename);
|
||||
|
||||
int write_file_contents(const std::string &filename, const std::string &content);
|
||||
bool write_file_contents(const std::string &filename, const std::string &content);
|
||||
|
||||
MlValue list_dir(const std::string &path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user