#pragma once namespace vstd { DLL_LINKAGE std::vector split(std::string s, std::string separators); }