Improve data logging

This commit is contained in:
jomjol
2022-10-23 16:12:34 +02:00
parent 6986f2186c
commit b78929745b
5 changed files with 39 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ void RenameFile(string from, string to);
void MakeDir(std::string _what);
string RundeOutput(double _in, int _anzNachkomma);
FILE* OpenFileAndWait(const char* nm, const char* _mode, int _waitsec = 1);