Sophie

Sophie

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

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_byte_compile_file</TITLE>
 <LINK HREF="cref-64.html" REL=next>
 <LINK HREF="cref-62.html" REL=previous>
 <LINK HREF="cref.html#toc63" REL=contents>
</HEAD>
<BODY>
<A HREF="cref-64.html">Next</A>
<A HREF="cref-62.html">Previous</A>
<A HREF="cref.html#toc63">Contents</A>
<HR>
<H2><A NAME="SLang_byte_compile_file"></A> <A NAME="s63">63. <B>SLang_byte_compile_file</B></A></H2>

<P>
<DL>
<DT><B> Synopsis </B><DD><P>Byte-compile a file for faster loading
<DT><B> Usage </B><DD><P><CODE>int SLang_byte_compile_file(char *fn, int reserved)</CODE>
<DT><B> Description </B><DD><P>The <CODE>SLang_byte_compile_file</CODE> function ``byte-compiles'' the
file <CODE>fn</CODE> for faster loading by the interpreter.  This produces
a new file whose filename is equivalent to the one specified by
<CODE>fn</CODE>, except that a <CODE>'c'</CODE> is appended to the name.  For
example, if <CODE>fn</CODE> is set to <CODE>init.sl</CODE>, then the new file
will have the name exmp{init.slc}.  The meaning of the second
parameter, <CODE>reserved</CODE>, is reserved for future use.  For now, set
it to <CODE>0</CODE>.
<P>The function returns zero upon success, or <CODE>-1</CODE> upon error and
sets SLang_Error accordingly.
<DT><B> See Also </B><DD><P><CODE>SLang_load_file, SLang_init_slang</CODE>
</DL>
<P>
<P>
<P>
<HR>
<A HREF="cref-64.html">Next</A>
<A HREF="cref-62.html">Previous</A>
<A HREF="cref.html#toc63">Contents</A>
</BODY>
</HTML>