Get a pointer to a S-lang function
SLang_Name_Type *SLang_get_function (char *fname)
This function returns a pointer to the internal S-lang table entry
of a function whose name is given by fname
. It returns
NULL
upon failure. The value returned by this function can be
used used SLexecute_function
to call the function directly
from C.
SLexecute_function