This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Getting a (FILE *) from a file descriptor


A library I'm using has a trace function which takes a FILE pointer and
writes trace output to it. This was easy when guile's ports were based on
FILEs, but the new port code is over file descriptors. Is there a way to
open a FILE over an existing fd? Maybe this is a basic Unix question, not
a guile question at all. 

Thanks
Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]