Add fopen to utils

This commit is contained in:
2025-03-19 09:01:14 +08:00
parent 5fde5e6e52
commit 55d00feb3c
2 changed files with 22 additions and 0 deletions

View File

@@ -182,5 +182,6 @@ namespace fileop {
* @return Result
*/
std::string relpath(std::string path, std::string start = "");
FILE* fopen(std::string path, std::string mode);
}
#endif