aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/gstati.x
blob: 2298b39b567eb472103eb60ad571b35ca1bb6bad (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.

# GSTATI -- Get any GIO parameter of type integer or real.  Precision may be
# lost if the actual parameter is of type real (call GSTATR instead in such
# a case).

int procedure gstati (gp, param)

pointer	gp			# graphics descriptor
int	param			# parameter to be inspected

real	gstatr()

begin
	return (gstatr (gp, param))
end