blob: bb7360b4a5382cad722b54ed11f46c40f8adf471 (
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 "../lib/ids.h"
# IDS_GRSTREAM -- Set the FD of the graphics/image stream, to which
# we return cell arrays and cursor values.
procedure ids_grstream (stream)
int stream
include "../lib/ids.com"
begin
i_in = stream
end
|