ADD file via upload

develop
hnu202326010401 4 months ago
parent 8c5f749e2d
commit 8078392b38

@ -0,0 +1,17 @@
#ifndef TOOL_H
#define TOOL_H
#include<string>
#include<vector>
namespace tool{
std::vector<std::string>split(const std::string& str);
bool isNumber(const std::string& str);
std::string getCurrentTime();
std::string EreaseEmpty(const std::string& question);
}
#endif
Loading…
Cancel
Save