aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/iism70/zsave.x
blob: 666f1b1f55820ab768b00193ff9d3e5278197e81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

include <mach.h>
include "../lib/ids.h"
include "iis.h"

# save device, image, graphics data

procedure zdev_save(fd)

int	fd			# file descriptor to write to

begin
end

procedure zim_save(fd, frame)

int	fd
short	frame[ARB]		# frame numbers to save

begin
end

procedure zgr_save(fd, plane)

int	fd
short	plane[ARB]

begin
end