From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/gio/gstati.x | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys/gio/gstati.x (limited to 'sys/gio/gstati.x') diff --git a/sys/gio/gstati.x b/sys/gio/gstati.x new file mode 100644 index 00000000..2298b39b --- /dev/null +++ b/sys/gio/gstati.x @@ -0,0 +1,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 -- cgit