Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 700475c8ae73fb4d57b6df4485c29e1c > files > 116

slang-doc-1.4.4-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE> {The S-lang C Library Reference}: SLadd_intrin_var_table</TITLE>
 <LINK HREF="cref-61.html" REL=next>
 <LINK HREF="cref-59.html" REL=previous>
 <LINK HREF="cref.html#toc60" REL=contents>
</HEAD>
<BODY>
<A HREF="cref-61.html">Next</A>
<A HREF="cref-59.html">Previous</A>
<A HREF="cref.html#toc60">Contents</A>
<HR>
<H2><A NAME="SLadd_intrin_var_table"></A> <A NAME="s60">60. <B>SLadd_intrin_var_table</B></A></H2>

<P>
<DL>
<DT><B> Synopsis </B><DD><P>Add a table of intrinsic variables to the interpreter
<DT><B> Usage </B><DD><P><CODE>int SLadd_intrin_var_table (SLang_Intrin_Var_Type *tbl, char *pp_name);</CODE>
<DT><B> Description </B><DD><P>The <CODE>SLadd_intrin_var_table</CODE> function adds an array, or table, of
<CODE>SLang_Intrin_Var_Type</CODE> objects to the interpreter.  The first
parameter, <CODE>tbl</CODE> specifies the table to be added.  The second
parameter <CODE>pp_name</CODE>, if non-NULL will be added to the list of
preprocessor symbols.
<P>This function returns <CODE>-1</CODE> upon failure or zero upon success.
<DT><B> Notes </B><DD><P>A table should only be loaded one time and it is considered to be an
error on the part of the application if it loads a table more than
once.
<DT><B> See Also </B><DD><P><CODE>SLadd_intrin_var_table, SLadd_intrinsic_function, SLdefine_for_ifdef</CODE>
</DL>
<P>
<P>
<P>
<HR>
<A HREF="cref-61.html">Next</A>
<A HREF="cref-59.html">Previous</A>
<A HREF="cref.html#toc60">Contents</A>
</BODY>
</HTML>