#ifndef SOCKS_UTIL_H_ #define SOCKS_UTIL_H_ #include extern void data_size_to_string(size_t value, char *out, size_t outsz); #endif