chore: improve input and output paths handling

This commit is contained in:
2026-04-02 12:57:50 +01:00
parent e807d05f45
commit 9de4219cef
4 changed files with 30 additions and 17 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
#include <string>
bool isEmptyLine(std::string);
bool isComment(std::string);
bool isEmptyLine(const std::string&);
bool isComment(const std::string&);
std::string getFileNameFromPath(const std::string&);
std::string getOutputPath(const std::string&);