mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* ioext.h (scm_read_line): Add prototype.
This commit is contained in:
parent
a085c2b43a
commit
fec5693499
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
|
||||
|
||||
extern SCM scm_read_delimited_x SCM_P ((SCM delims, SCM buf, SCM gobble, SCM port, SCM offset, SCM length));
|
||||
extern SCM scm_read_line (SCM port);
|
||||
extern SCM scm_write_line SCM_P ((SCM obj, SCM port));
|
||||
extern SCM scm_ftell SCM_P ((SCM object));
|
||||
extern SCM scm_fseek SCM_P ((SCM object, SCM offset, SCM whence));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue