1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Index entries for ptob etc.

This commit is contained in:
Kevin Ryde 2005-08-06 01:53:25 +00:00
parent bc721aa21d
commit 3081aee16a

View file

@ -1007,6 +1007,12 @@ This section describes how to use Scheme ports from C.
@subsubheading Port basics
@cindex ptob
@tindex scm_ptob_descriptor
@tindex scm_port
@findex SCM_PTAB_ENTRY
@findex SCM_PTOBNUM
@vindex scm_ptobs
There are two main data structures. A port type object (ptob) is of
type @code{scm_ptob_descriptor}. A port instance is of type
@code{scm_port}. Given an @code{SCM} variable which points to a port,