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]

Re: Getting a (FILE *) from a file descriptor


Oops, it's fdopen isn't it? I was even staring at the man page. Sorry.

On Sun, 20 Jun 1999, Ian Grant wrote:

> 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]