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

# termin - pick up name of input channel to users teletype

   subroutine termin (name)
   character name (ARB)

   string tname TERMINAL_IN

   call scopy (tname, 1, name, 1)
   return
   end