Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
6 lines (4 sloc) 150 Bytes
#include <string>
#include <vector>
std::string string_format(const std::string &fmt, ...);
std::vector<char *> split(char* str, const char* delim);