blob: ae18ebff17f2129533c50d57799470387d87c2ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <mach.h>
include <knet.h>
include "zdisplay.h"
include "iis.h"
# IISWT -- Wait for IIS display.
procedure iiswt (chan, nbytes)
int chan[ARB], nbytes
include "iis.com"
begin
call zawtgd (iischan, nbytes)
if (packit)
nbytes = nbytes * (SZ_SHORT * SZB_CHAR)
end
|