Oh sorry, there was a mistake in my previous mail.  'scm_i_fdes_to_port'
is an internal procedure, but 'scm_fdes_to_port' is defined as Guile API
and should be available to Guile programs.  Here's its definition:

--8<---------------cut here---------------start------------->8---
SCM
scm_fdes_to_port (int fdes, char *mode, SCM name)
--8<---------------cut here---------------end--------------->8---

And the commentary that I quoted really applies to 'scm_fdes_to_port',
not to 'scm_i_fdes_to_port'.

- Artyom

-- 
Artyom V. Poptsov <poptsov.art...@gmail.com>;  GPG Key: 0898A02F
Home page: http://poptsov-artyom.narod.ru/

Attachment: signature.asc
Description: PGP signature

Reply via email to