Sophie

Sophie

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

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:command-args</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="re07.html" title="ext:+default-command-arg-rules+"><link rel="next" href="re09.html" title="ext:process-command-args"></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:command-args</code></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re07.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="re09.html">Next</a></td></tr></table><hr></div><div class="refentry" title="ext:command-args"><a name="ref.command-args"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p><code class="function">ext:command-args</code> &#8212; List of command line arguments.</p></div><div class="refsynopsisdiv" title="Function"><h2>Function</h2><div class="funcsynopsis"><p><code class="funcdef">(ext:command-args</code><code>)</code></p></div><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term">returns</span></p></td><td><p>A list of strings.</p></td></tr></tbody></table></div></div><div class="refsect1" title="Description"><a name="id654004"></a><h2>Description</h2><p>This function returns the list of command line arguments passed to
   either <span class="application">ECL</span> or the program it was embedded in. The output is a list of
   strings and it corresponds to the <code class="varname">argv</code> vector in a C
   program. Typically, the first argument is the name of the program as it was
   invoked. You should not count on ths filename to be resolved.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re07.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="re09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><code class="varname">ext:+default-command-arg-rules+</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:process-command-args</code></td></tr></table></div></body></html>