9 lines
146 B
C
9 lines
146 B
C
#ifndef SOCKS_UTIL_H_
|
|
#define SOCKS_UTIL_H_
|
|
|
|
#include <stddef.h>
|
|
|
|
extern void data_size_to_string(size_t value, char *out, size_t outsz);
|
|
|
|
#endif
|