blob: 672bc0fe344120d9c36cc92b78fcd63ba46656f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
include defs
# trmout - pick up name of output channel to users teletype
subroutine trmout (name)
character name (ARB)
string tname TERMINAL_OUT
call scopy (tname, 1, name, 1)
return
end
|