This commit is contained in:
2022-05-07 16:25:39 +08:00
parent 930cac261b
commit 966aeb8d64
4 changed files with 104 additions and 0 deletions

View File

@@ -169,5 +169,10 @@ namespace fileop {
* @return Result
*/
std::string filename(std::string path);
/**
* @brief Close all open streams
* @return 0(>=0) succeed. EOF error happened.
*/
int fcloseall();
}
#endif