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

include <mach.h>
include	"iis.h"

# ZAWTIM -- Wait for an image display frame which is addressable as
# a binary file.

procedure zawtim (chan, nbytes)

int	chan[ARB], nbytes
include	"iis.com"

begin
	call iiswt (chan, nbytes)
end