mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 21:17:06 +03:00
Implement data log
This commit is contained in:
@@ -12,6 +12,8 @@ void FindReplace(std::string& line, std::string& oldString, std::string& newStri
|
||||
void CopyFile(string input, string output);
|
||||
void DeleteFile(string fn);
|
||||
void RenameFile(string from, string to);
|
||||
void MakeDir(std::string _what);
|
||||
|
||||
|
||||
|
||||
FILE* OpenFileAndWait(const char* nm, const char* _mode, int _waitsec = 1);
|
||||
|
||||
Reference in New Issue
Block a user