Top "Fdopen" questions

How to fdopen as open with the same mode and flags?

I would like to have a FILE* type to use fprintf. I need to use fdopen to get a FILE* …

c file-io printf fdopen
"Illegal seek" error when working with socket streams with non-empty read buffers

I'm currently writing a server application on Linux x86_64 using <sys/socket.h>. After accepting a connection via …

c linux sockets fdopen
Create a file descriptor

I want to create a file descriptor in C whose value i will specify in code. I have a integer …

c file-descriptor file-handling fdopen