AutoMapFunction
AutoMapFunction — maps a C function to a Gamma function.
Syntax
AutoMapFunction (name, rettype, args)
Arguments
- name
The
name of a C function.
- rettype
- args
Returns
Not yet documented.
Description
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.