--- a/doc/doxygen/html/TestMasterSlave_2getopt_8h-source.html Fri Jul 06 10:53:15 2007 +0200
+++ b/doc/doxygen/html/TestMasterSlave_2getopt_8h-source.html Mon Jul 16 08:56:03 2007 +0200
@@ -18,7 +18,7 @@
<li><a href="globals.html"><span>Globals</span></a></li>
</ul></div>
<div class="nav">
-<a class="el" href="dir_fc8d77725c328f9de5a130dceab5a508.html">examples</a> » <a class="el" href="dir_cb9d6d827bc8780b4808994475b6fec1.html">TestMasterSlave</a></div>
+<a class="el" href="dir_aa575cee5acc3b84cc5b4489187a1fd3.html">examples</a> » <a class="el" href="dir_4f45567b048264117a95e53b67d9aefb.html">TestMasterSlave</a></div>
<h1>getopt.h</h1><a href="TestMasterSlave_2getopt_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* from http://www.pwilson.net/getopt.html */</span>
<a name="l00002"></a>00002
<a name="l00003"></a>00003 <span class="comment">/* getopt.h */</span>
@@ -50,7 +50,7 @@
<a name="l00029"></a>00029 <span class="preprocessor">#ifndef _GETOPT_H</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="preprocessor">#ifndef __need_getopt</span>
-<a name="l00032"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#aafc27a0389aa87797164b227566342d">00032</a> <span class="preprocessor"></span><span class="preprocessor"># define _GETOPT_H 1</span>
+<a name="l00032"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#01414305b78ca6a7770ba65417112e2c">00032</a> <span class="preprocessor"></span><span class="preprocessor"># define _GETOPT_H 1</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span>
<a name="l00035"></a>00035 <span class="comment">/* If __GNU_LIBRARY__ is not already defined, either we are being used</span>
@@ -74,7 +74,7 @@
<a name="l00053"></a>00053 <span class="comment"> Also, when `ordering' is RETURN_IN_ORDER,</span>
<a name="l00054"></a>00054 <span class="comment"> each non-option ARGV-element is returned here. */</span>
<a name="l00055"></a>00055
-<a name="l00056"></a>00056 <span class="keyword">extern</span> <span class="keywordtype">char</span> *<a class="code" href="TestMasterSlave_2getopt_8c.html#db50a0eab9fed92fc3bfc7dfa4f2c410">optarg</a>;
+<a name="l00056"></a>00056 <span class="keyword">extern</span> <span class="keywordtype">char</span> *<a class="code" href="TestMasterSlave_2getopt_8c.html#a2d33a77952a7e6973146c1284042818">optarg</a>;
<a name="l00057"></a>00057
<a name="l00058"></a>00058 <span class="comment">/* Index in ARGV of the next element to be scanned.</span>
<a name="l00059"></a>00059 <span class="comment"> This is used for communication to and from the caller</span>
@@ -88,16 +88,16 @@
<a name="l00067"></a>00067 <span class="comment"> Otherwise, `optind' communicates from one call to the next</span>
<a name="l00068"></a>00068 <span class="comment"> how much of ARGV has been scanned so far. */</span>
<a name="l00069"></a>00069
-<a name="l00070"></a>00070 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#d5e1c16213bbee2d5e8cc363309f418c">optind</a>;
+<a name="l00070"></a>00070 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#87eb6bb97b34e1d4c6b85f8a23db5858">optind</a>;
<a name="l00071"></a>00071
<a name="l00072"></a>00072 <span class="comment">/* Callers store zero here to inhibit the error message `getopt' prints</span>
<a name="l00073"></a>00073 <span class="comment"> for unrecognized options. */</span>
<a name="l00074"></a>00074
-<a name="l00075"></a>00075 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#e30f05ee1e2e5652f174a35c7875d25e">opterr</a>;
+<a name="l00075"></a>00075 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#2d5d57aa71d16b312a92ac70f91c44f1">opterr</a>;
<a name="l00076"></a>00076
<a name="l00077"></a>00077 <span class="comment">/* Set to an option character which was unrecognized. */</span>
<a name="l00078"></a>00078
-<a name="l00079"></a>00079 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#475b8db98445da73e5f62a1ef6324b95">optopt</a>;
+<a name="l00079"></a>00079 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#b3d1db20633bdbad253accdec2f9477f">optopt</a>;
<a name="l00080"></a>00080
<a name="l00081"></a>00081 <span class="preprocessor">#ifndef __need_getopt</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span><span class="comment">/* Describe the long-named options requested by the application.</span>
@@ -124,22 +124,22 @@
<a name="l00103"></a><a class="code" href="structoption.html">00103</a> <span class="keyword">struct </span><a class="code" href="structoption.html">option</a>
<a name="l00104"></a>00104 {
<a name="l00105"></a>00105 <span class="preprocessor"># if (defined __STDC__ && __STDC__) || defined __cplusplus</span>
-<a name="l00106"></a>00106 <span class="preprocessor"></span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structoption.html#92c850a23c7828c1dba453bf8d15e1f0">name</a>;
+<a name="l00106"></a>00106 <span class="preprocessor"></span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structoption.html#5c8f7c2972b277e010f9800cc9bc5fb0">name</a>;
<a name="l00107"></a>00107 <span class="preprocessor"># else</span>
-<a name="l00108"></a><a class="code" href="structoption.html#92c850a23c7828c1dba453bf8d15e1f0">00108</a> <span class="preprocessor"></span> <span class="keywordtype">char</span> *<a class="code" href="structoption.html#92c850a23c7828c1dba453bf8d15e1f0">name</a>;
+<a name="l00108"></a><a class="code" href="structoption.html#5c8f7c2972b277e010f9800cc9bc5fb0">00108</a> <span class="preprocessor"></span> <span class="keywordtype">char</span> *<a class="code" href="structoption.html#5c8f7c2972b277e010f9800cc9bc5fb0">name</a>;
<a name="l00109"></a>00109 <span class="preprocessor"># endif</span>
<a name="l00110"></a>00110 <span class="preprocessor"></span> <span class="comment">/* has_arg can't be an enum because some compilers complain about</span>
<a name="l00111"></a>00111 <span class="comment"> type mismatches in all the code that assumes it is an int. */</span>
-<a name="l00112"></a><a class="code" href="structoption.html#90d7ee9a51eea5c002682dbd0af149e4">00112</a> <span class="keywordtype">int</span> <a class="code" href="structoption.html#90d7ee9a51eea5c002682dbd0af149e4">has_arg</a>;
-<a name="l00113"></a><a class="code" href="structoption.html#b366eea5fe7be25c1928328ba715e353">00113</a> <span class="keywordtype">int</span> *<a class="code" href="structoption.html#b366eea5fe7be25c1928328ba715e353">flag</a>;
-<a name="l00114"></a><a class="code" href="structoption.html#13bd155ec3b405d29c41ab8d0793be11">00114</a> <span class="keywordtype">int</span> <a class="code" href="structoption.html#13bd155ec3b405d29c41ab8d0793be11">val</a>;
+<a name="l00112"></a><a class="code" href="structoption.html#0f7e57456d9954fb17d182bcfd2ef54c">00112</a> <span class="keywordtype">int</span> <a class="code" href="structoption.html#0f7e57456d9954fb17d182bcfd2ef54c">has_arg</a>;
+<a name="l00113"></a><a class="code" href="structoption.html#8f77295b521f0c6c955608190229d4a3">00113</a> <span class="keywordtype">int</span> *<a class="code" href="structoption.html#8f77295b521f0c6c955608190229d4a3">flag</a>;
+<a name="l00114"></a><a class="code" href="structoption.html#87e05ca729a19b01fcef8db8320f1930">00114</a> <span class="keywordtype">int</span> <a class="code" href="structoption.html#87e05ca729a19b01fcef8db8320f1930">val</a>;
<a name="l00115"></a>00115 };
<a name="l00116"></a>00116
<a name="l00117"></a>00117 <span class="comment">/* Names for the values of the `has_arg' field of `struct option'. */</span>
<a name="l00118"></a>00118
-<a name="l00119"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#3bc1d5f667b5b4ca4b4abb685dc874ce">00119</a> <span class="preprocessor"># define no_argument 0</span>
-<a name="l00120"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#6ece8d8dfa8378778f7290fdaba5b8bc">00120</a> <span class="preprocessor"></span><span class="preprocessor"># define required_argument 1</span>
-<a name="l00121"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#cca06c0a947656bd8b395bf1084ffb72">00121</a> <span class="preprocessor"></span><span class="preprocessor"># define optional_argument 2</span>
+<a name="l00119"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#df427fd9f536809d28a2bb6869536400">00119</a> <span class="preprocessor"># define no_argument 0</span>
+<a name="l00120"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#eb91381044087be4795fa0e44a901c30">00120</a> <span class="preprocessor"></span><span class="preprocessor"># define required_argument 1</span>
+<a name="l00121"></a><a class="code" href="TestMasterSlave_2getopt_8h.html#8fb1c93a3a46d8d74bd0cb23eb4e96db">00121</a> <span class="preprocessor"></span><span class="preprocessor"># define optional_argument 2</span>
<a name="l00122"></a>00122 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* need getopt */</span>
<a name="l00123"></a>00123
<a name="l00124"></a>00124
@@ -172,32 +172,32 @@
<a name="l00151"></a>00151 <span class="preprocessor"></span><span class="comment">/* Many other libraries have conflicting prototypes for getopt, with</span>
<a name="l00152"></a>00152 <span class="comment"> differences in the consts, in stdlib.h. To avoid compilation</span>
<a name="l00153"></a>00153 <span class="comment"> errors, only prototype getopt for the GNU C library. */</span>
-<a name="l00154"></a>00154 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#1b2ada39ab92162c6ec9c67c8093fa2e">getopt</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv, <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts);
+<a name="l00154"></a>00154 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#afdf882e55974b727c64559defdc4326">getopt</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv, <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts);
<a name="l00155"></a>00155 <span class="preprocessor"># else </span><span class="comment">/* not __GNU_LIBRARY__ */</span>
-<a name="l00156"></a>00156 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#1b2ada39ab92162c6ec9c67c8093fa2e">getopt</a> ();
+<a name="l00156"></a>00156 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#afdf882e55974b727c64559defdc4326">getopt</a> ();
<a name="l00157"></a>00157 <span class="preprocessor"># endif </span><span class="comment">/* __GNU_LIBRARY__ */</span>
<a name="l00158"></a>00158
<a name="l00159"></a>00159 <span class="preprocessor"># ifndef __need_getopt</span>
-<a name="l00160"></a>00160 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#8616b8a74ae6c01a7ad95ad2876226ec">getopt_long</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv,
+<a name="l00160"></a>00160 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#bbd422a58d13ef1501b6f1c065e36e39">getopt_long</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv,
<a name="l00161"></a>00161 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts,
<a name="l00162"></a>00162 <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structoption.html">option</a> *__longopts, <span class="keywordtype">int</span> *__longind);
-<a name="l00163"></a>00163 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#c07930413317507d5c51c19b3ac6ed20">getopt_long_only</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv,
+<a name="l00163"></a>00163 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#157627bc6bd4668dda039c2b26a313dd">getopt_long_only</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv,
<a name="l00164"></a>00164 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts,
<a name="l00165"></a>00165 <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structoption.html">option</a> *__longopts, <span class="keywordtype">int</span> *__longind);
<a name="l00166"></a>00166
<a name="l00167"></a>00167 <span class="comment">/* Internal only. Users should not call this directly. */</span>
-<a name="l00168"></a>00168 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#0df92a0ae8fe1fd43268c738f548674f">_getopt_internal</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv,
+<a name="l00168"></a>00168 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#ca624a08c8860a96fd9afd064ff1e598">_getopt_internal</a> (<span class="keywordtype">int</span> ___argc, <span class="keywordtype">char</span> *<span class="keyword">const</span> *___argv,
<a name="l00169"></a>00169 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts,
<a name="l00170"></a>00170 <span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="structoption.html">option</a> *__longopts, <span class="keywordtype">int</span> *__longind,
<a name="l00171"></a>00171 <span class="keywordtype">int</span> __long_only);
<a name="l00172"></a>00172 <span class="preprocessor"># endif</span>
<a name="l00173"></a>00173 <span class="preprocessor"></span><span class="preprocessor">#else </span><span class="comment">/* not __STDC__ */</span>
-<a name="l00174"></a>00174 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#1b2ada39ab92162c6ec9c67c8093fa2e">getopt</a> ();
+<a name="l00174"></a>00174 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#afdf882e55974b727c64559defdc4326">getopt</a> ();
<a name="l00175"></a>00175 <span class="preprocessor"># ifndef __need_getopt</span>
-<a name="l00176"></a>00176 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#8616b8a74ae6c01a7ad95ad2876226ec">getopt_long</a> ();
-<a name="l00177"></a>00177 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#c07930413317507d5c51c19b3ac6ed20">getopt_long_only</a> ();
+<a name="l00176"></a>00176 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#bbd422a58d13ef1501b6f1c065e36e39">getopt_long</a> ();
+<a name="l00177"></a>00177 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8h.html#157627bc6bd4668dda039c2b26a313dd">getopt_long_only</a> ();
<a name="l00178"></a>00178
-<a name="l00179"></a>00179 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#0df92a0ae8fe1fd43268c738f548674f">_getopt_internal</a> ();
+<a name="l00179"></a>00179 <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="TestMasterSlave_2getopt_8c.html#ca624a08c8860a96fd9afd064ff1e598">_getopt_internal</a> ();
<a name="l00180"></a>00180 <span class="preprocessor"># endif</span>
<a name="l00181"></a>00181 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* __STDC__ */</span>
<a name="l00182"></a>00182
@@ -210,7 +210,7 @@
<a name="l00189"></a>00189 <span class="preprocessor"></span>
<a name="l00190"></a>00190 <span class="preprocessor">#endif </span><span class="comment">/* getopt.h */</span>
<a name="l00191"></a>00191
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jun 8 08:51:39 2007 for CanFestival by
+</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:16 2007 for CanFestival by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>