1 2 3 4
int socket_read_line_alloc(int sock, char** out) { /* current buffer size */ unsigned int size = 128; ...
I don't like the char** out...
I don't like the char** out...