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/clio/clgpsetb.x | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sys/clio/clgpsetb.x (limited to 'sys/clio/clgpsetb.x') diff --git a/sys/clio/clgpsetb.x b/sys/clio/clgpsetb.x new file mode 100644 index 00000000..651f5306 --- /dev/null +++ b/sys/clio/clgpsetb.x @@ -0,0 +1,17 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include "clpset.h" + +# CLGPSETB -- Get the boolean value of a pset parameter. + +bool procedure clgpsetb (pp, parname) + +pointer pp # pset descriptor +char parname[ARB] # parameter name + +pointer clpset_parname() +bool clgetb() + +begin + return (clgetb (PARNAME(pp,parname))) +end -- cgit