aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/iism70/zclsim.x
blob: a2bd2029359b12450c2ffd33c1e4eee89e26da21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# ZCLSIM -- Close an image display frame which is addressable as
# a binary file.

procedure zclsim (chan, status)

int	chan[ARB]
int	status

begin
	call iiscls (chan, status)
end