aboutsummaryrefslogtreecommitdiff
path: root/unix/gdev/iism70/zwrm70.x
blob: 10545f991d11b367120e2ea8ea5e972d479b0988 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# ZWRM70 -- Initiate an asynchronous write to the IIS.

procedure zwrm70 (chan, buf, nbytes, offset)

int	chan			# FCB pointer for device
char	buf[ARB]		# input buffer
int	nbytes			# number of  bytes to write
long	offset			# not used for this device

begin
	call zawrbf (chan, buf, nbytes, offset)
end