Sophie

Sophie

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

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}: SLang_get_function</TITLE>
 <LINK HREF="cref-85.html" REL=next>
 <LINK HREF="cref-83.html" REL=previous>
 <LINK HREF="cref.html#toc84" REL=contents>
</HEAD>
<BODY>
<A HREF="cref-85.html">Next</A>
<A HREF="cref-83.html">Previous</A>
<A HREF="cref.html#toc84">Contents</A>
<HR>
<H2><A NAME="SLang_get_function"></A> <A NAME="s84">84. <B>SLang_get_function</B></A></H2>

<P>
<DL>
<DT><B> Synopsis </B><DD><P>Get a pointer to a <B>S-lang</B> function
<DT><B> Usage </B><DD><P><CODE>SLang_Name_Type *SLang_get_function (char *fname)</CODE>
<DT><B> Description </B><DD><P>This function returns a pointer to the internal <B>S-lang</B> table entry
of a function whose name is given by <CODE>fname</CODE>.  It returns
<CODE>NULL</CODE> upon failure.  The value returned by this function can be
used used <CODE>SLexecute_function</CODE> to call the function directly
from C.
<DT><B> See Also </B><DD><P><CODE>SLexecute_function</CODE>
</DL>
<P>
<P>
<P>
<P>
<HR>
<A HREF="cref-85.html">Next</A>
<A HREF="cref-83.html">Previous</A>
<A HREF="cref.html#toc84">Contents</A>
</BODY>
</HTML>