Sophie

Sophie

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

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}: SLdo_pop</TITLE>
 <LINK HREF="cref-67.html" REL=next>
 <LINK HREF="cref-65.html" REL=previous>
 <LINK HREF="cref.html#toc66" REL=contents>
</HEAD>
<BODY>
<A HREF="cref-67.html">Next</A>
<A HREF="cref-65.html">Previous</A>
<A HREF="cref.html#toc66">Contents</A>
<HR>
<H2><A NAME="SLdo_pop"></A> <A NAME="s66">66. <B>SLdo_pop</B></A></H2>

<P>
<DL>
<DT><B> Synopsis </B><DD><P>Delete an object from the stack
<DT><B> Usage </B><DD><P><CODE>int SLdo_pop(void)</CODE>
<DT><B> Description </B><DD><P>This function removes an object from the top of the interpeter's
run-time stack and frees any memory associated with it.  It returns
zero upon success, or <CODE>-1</CODE> upon error (most likely due to a
stack-underflow).
<DT><B> See Also </B><DD><P><CODE>SLdo_pop_n, SLang_pop_integer, SLang_pop_string</CODE>
</DL>
<P>
<P>
<HR>
<A HREF="cref-67.html">Next</A>
<A HREF="cref-65.html">Previous</A>
<A HREF="cref.html#toc66">Contents</A>
</BODY>
</HTML>