Is there a way of "converting" a fd into a FILE* or is there a mkstemp version that returns a FILE*?

Thanks in advance!

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

fdopen() is the function you are looking for.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.