guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reading data from a file descriptor


From: Artyom Poptsov
Subject: Re: Reading data from a file descriptor
Date: Sat, 07 Nov 2015 18:29:40 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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 <address@hidden>;  GPG Key: 0898A02F
Home page: http://poptsov-artyom.narod.ru/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]