diff options
Diffstat (limited to 'libf2c/libI77/rsfe.c')
-rw-r--r-- | libf2c/libI77/rsfe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libf2c/libI77/rsfe.c b/libf2c/libI77/rsfe.c index fb332a4..0faef18 100644 --- a/libf2c/libI77/rsfe.c +++ b/libf2c/libI77/rsfe.c @@ -4,6 +4,7 @@ #include "fio.h" #include "fmt.h" +int xrd_SL (void) { int ch; @@ -18,6 +19,7 @@ xrd_SL (void) return (1); } +int x_getc (void) { int ch; @@ -43,12 +45,14 @@ x_getc (void) return (-1); } +int x_endp (void) { xrd_SL (); return f__curunit->uend == 1 ? EOF : 0; } +int x_rev (void) { (void) xrd_SL (); |