source: trunk/src/gcc/libf2c/libI77/rsli.c@ 1805

Last change on this file since 1805 was 1392, checked in by bird, 22 years ago

This commit was generated by cvs2svn to compensate for changes in r1391,
which included commits to RCS files with non-trunk default branches.

  • Property cvs2svn:cvs-rev set to 1.1.1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 1.6 KB
RevLine 
[2]1#include "f2c.h"
2#include "fio.h"
3#include "lio.h"
[1391]4#include "fmt.h" /* for f__doend */
[2]5
6extern flag f__lquit;
7extern int f__lcount;
8extern char *f__icptr;
9extern char *f__icend;
10extern icilist *f__svic;
11extern int f__icnum, f__recpos;
12
[1391]13static int
14i_getc (void)
[2]15{
[1391]16 if (f__recpos >= f__svic->icirlen)
17 {