aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibf/getc.f
blob: 1dfabd932b320ba727404520fba406a956ca2175 (plain) (blame)
1
2
3
4
5
6
integer function getc (c)
      integer c
      integer getch
      getc = getch (c, 0)
      return
      end