Next Previous Contents

58. SLadd_intrin_fun_table

Synopsis

Add a table of intrinsic functions to the interpreter

Usage

int SLadd_intrin_fun_table(SLang_Intrin_Fun_Type *tbl, char *pp_name);

Description

The SLadd_intrin_fun_table function adds an array, or table, of SLang_Intrin_Fun_Type objects to the interpreter. The first parameter, tbl specifies the table to be added. The second parameter pp_name, if non-NULL will be added to the list of preprocessor symbols.

This function returns -1 upon failure or zero upon success.

See Also

SLadd_intrin_var_table, SLadd_intrinsic_function, SLdefine_for_ifdef


Next Previous Contents