namespace vstd { DLL_LINKAGE std::vector<std::string> split(std::string s, std::string separators); }