40 std::vector<std::string> string_split(
const std::string &s,
char delim);
43 std::string string_hex(
const std::string &s);
46 bool stringtoi(
const std::string &s, int32_t &number);
49 bool stringtoui(
const std::string &s, uint32_t &number);
52 std::string scale_bytes(uint64_t sizeInBytes);