2023-07-21 20:25:27 +08:00

17 lines
294 B
C++

#include "../../include/night.h"
namespace night
{
namespace str
{
void get_token(std::string const&, int)
{
}
bool path_combine(std::string const&, std::string const&, std::string&)
{
}
} // namespace str
} // namespace night