source:
trunk/src/gcc/libf2c/libI77/rsli.c@
1805
| Last change on this file since 1805 was 1392, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 1.6 KB | |
| Rev | Line | |
|---|---|---|
| [2] | 1 | #include "f2c.h" |
| 2 | #include "fio.h" | |
| 3 | #include "lio.h" | |
| [1391] | 4 | #include "fmt.h" /* for f__doend */ |
| [2] | 5 | |
| 6 | extern flag f__lquit; | |
| 7 | extern int f__lcount; | |
| 8 | extern char *f__icptr; | |
| 9 | extern char *f__icend; | |
| 10 | extern icilist *f__svic; | |
| 11 | extern int f__icnum, f__recpos; | |
| 12 | ||
| [1391] | 13 | static int |
| 14 | i_getc (void) | |
| [2] | 15 | { |
| [1391] | 16 | if (f__recpos >= f__svic->icirlen) |
| 17 | { | |
