2517be1
1
2
3
4
5
6
7
#pragma once #include <string> #include <vector> std::vector<std::string> simple_tokenize(const std::string &);