Greetings!

There are several functions exists to convert file descriptor into guile port:
* scm_fdes_to_ports - search for fdes in already opened ports
* scm_fdes_to_port - looks like internal function, not documented, but
exists in header files.
* scm_fdopen - looks like public function.

What is the difference between scm_fdes_to_port and scm_fdopen? What
function should I use?

Have you any plans to made this API simpler?

--
With best regards
Stanislav Ievlev.


Reply via email to