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