From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- sys/clio/clgpset.x | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sys/clio/clgpset.x (limited to 'sys/clio/clgpset.x') diff --git a/sys/clio/clgpset.x b/sys/clio/clgpset.x new file mode 100644 index 00000000..a8dd1d85 --- /dev/null +++ b/sys/clio/clgpset.x @@ -0,0 +1,19 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include "clpset.h" + +# CLGPSET -- Get the string value of the named pset parameter. +# [OBSOLETE ROUTINE - see clgpseta.x] + +procedure clgpset (pp, pname, outstr, maxch) + +pointer pp # pset descriptor +char pname[ARB] # parameter name +char outstr[maxch] # output string +int maxch # max chars out + +pointer clpset_parname() + +begin + call clgstr (PARNAME(pp,pname), outstr, maxch) +end -- cgit