AutoMapFunction
AutoMapFunction — maps a C function to a Gamma function.
AutoMapFunction (name, rettype, args)
nameThe name of a C function.
rettypeNot yet documented.
argsNot yet documented.
Not yet documented.
This function checks to see if the C function name
exists in (is linked into) the Gamma executable. If so, it then maps it to a
Gamma function according to the rettype and
args. The details this function have not yet been
documented.