Search Results

4
votes

Closing/cleaning up “mixed” file descriptors / sockets.

From man fdopen: The file descriptor is not dup’ed, and will be closed when the stream created by fdopen() is closed So I would just use fclose(), w …