Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e3d62627d1d1aab7ab1be2dd7f65a872 > files > 341

ecl-10.4.1-1.fc14.x86_64.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ext:quit</title><link rel="stylesheet" href="ecl.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="The ECL manual"><link rel="up" href="ch17s03.html" title="2.3.&#160;OS Reference"><link rel="prev" href="re09.html" title="ext:process-command-args"><link rel="next" href="re11.html" title="ext:run-program"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><code class="function">ext:quit</code></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re09.html">Prev</a>&#160;</td><th width="60%" align="center">2.3.&#160;OS Reference</th><td width="20%" align="right">&#160;<a accesskey="n" href="re11.html">Next</a></td></tr></table><hr></div><div class="refentry" title="ext:quit"><a name="ref.quit"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><code class="function">ext:quit</code> &#8212; Exit <span class="application">ECL</span>.</p></div><div class="refsynopsisdiv" title="Function"><h2>Function</h2><div class="funcsynopsis"><p><code class="funcdef">(ext:quit</code> &amp;optional) &#8658; <var class="pdparam">exit-code</var>)</p></div><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="replaceable"><code>exit-code</code></em></span></p></td><td><p>An integer between 0 and 255</p></td></tr></tbody></table></div></div><div class="refsect1" title="Description"><a name="id654383"></a><h2>Description</h2><p>This function abruptly stops the execution of the program in which
   <span class="application">ECL</span> is embedded. Depending on the platform, several other functions will
   be invoked to free resources, close loaded modules, etc.</p><p>The exit code is the code seen by the parent process that invoked
   this program. Normally a code other than zero denotes an error.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re09.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch17s03.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="re11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><code class="function">ext:process-command-args</code>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<code class="function">ext:run-program</code></td></tr></table></div></body></html>