Name: Anonymous 2008-05-13 23:06
Ok, so I have socket in C, and I want to read one line from the socket, not including the ending new line. I want to write a function that returns a
malloc'd string containing the line.