aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibr/getc.r
blob: afd0fc8169e7bf340092f3d0c729db9aa875e245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
include	defs

# getc - get character from STDIN

   character function getc (c)
   character c

   character getch

   getc = getch (c, STDIN)

   return
   end