* doc scm_c_read, scm_c_write
@ 2003-09-02 22:38 Kevin Ryde
0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-09-02 22:38 UTC (permalink / raw)
A couple of bits from the news file,
* scheme-io.texi (Reading): Add scm_c_read.
(Writing): Add scm_c_write.
- C Function: size_t scm_c_read (SCM port, void *buffer, size_t size)
Read up to SIZE bytes from PORT and store them in BUFFER. The
return value is the number of bytes actually read, which can be
less than SIZE, and indeed possibly zero, if end-of-file has been
reached.
Note that this function does not update `port-line' and
`port-column' above.
- C Function: void scm_c_write (SCM port, const void *buffer, size_t
size)
Write SIZE bytes from BUFFER to PORT.
Note that this function does not update `port-line' and
`port-column' (*note Reading::).
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-09-02 22:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-02 22:38 doc scm_c_read, scm_c_write Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).