mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* genio.c, genio.h (scm_ungets): New function.
This commit is contained in:
parent
ee1e7e13b3
commit
327ff831a0
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ extern void scm_lfwrite SCM_P ((char *ptr, scm_sizet size, SCM port));
|
|||
extern void scm_fflush SCM_P ((SCM port));
|
||||
extern int scm_getc SCM_P ((SCM port));
|
||||
extern void scm_ungetc SCM_P ((int c, SCM port));
|
||||
extern void scm_ungets SCM_P ((char *s, int n, SCM port));
|
||||
/* FIXME: this is a terrible name. */
|
||||
extern char *scm_do_read_line SCM_P ((SCM port, int *len));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue