修复EOF飘逸(去除末尾\n)以及其他修复...

This commit is contained in:
2026-02-18 00:16:59 +08:00
parent 663fe39070
commit c81da16dfb
18 changed files with 404 additions and 65 deletions
+3 -1
View File
@@ -15,4 +15,6 @@ namespace Fig::CoreIO
std::ostream &GetStdErr();
std::ostream &GetStdLog();
std::istream &GetStdCin();
};
void InitConsoleIO();
}; // namespace Fig::CoreIO