48 <a name="l00027"></a>00027 |
48 <a name="l00027"></a>00027 |
49 <a name="l00028"></a>00028 |
49 <a name="l00028"></a>00028 |
50 <a name="l00029"></a>00029 <span class="preprocessor">#ifndef _GETOPT_H</span> |
50 <a name="l00029"></a>00029 <span class="preprocessor">#ifndef _GETOPT_H</span> |
51 <a name="l00030"></a>00030 <span class="preprocessor"></span> |
51 <a name="l00030"></a>00030 <span class="preprocessor"></span> |
52 <a name="l00031"></a>00031 <span class="preprocessor">#ifndef __need_getopt</span> |
52 <a name="l00031"></a>00031 <span class="preprocessor">#ifndef __need_getopt</span> |
53 <a name="l00032"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#aafc27a0389aa87797164b227566342d">00032</a> <span class="preprocessor"></span><span class="preprocessor"># define _GETOPT_H 1</span> |
53 <a name="l00032"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#01414305b78ca6a7770ba65417112e2c">00032</a> <span class="preprocessor"></span><span class="preprocessor"># define _GETOPT_H 1</span> |
54 <a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#endif</span> |
54 <a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#endif</span> |
55 <a name="l00034"></a>00034 <span class="preprocessor"></span> |
55 <a name="l00034"></a>00034 <span class="preprocessor"></span> |
56 <a name="l00035"></a>00035 <span class="comment">/* If __GNU_LIBRARY__ is not already defined, either we are being used</span> |
56 <a name="l00035"></a>00035 <span class="comment">/* If __GNU_LIBRARY__ is not already defined, either we are being used</span> |
57 <a name="l00036"></a>00036 <span class="comment"> standalone, or this is the first header included in the source file.</span> |
57 <a name="l00036"></a>00036 <span class="comment"> standalone, or this is the first header included in the source file.</span> |
58 <a name="l00037"></a>00037 <span class="comment"> If we are being used with glibc, we need to include <features.h>, but</span> |
58 <a name="l00037"></a>00037 <span class="comment"> If we are being used with glibc, we need to include <features.h>, but</span> |
72 <a name="l00051"></a>00051 <span class="comment"> When `getopt' finds an option that takes an argument,</span> |
72 <a name="l00051"></a>00051 <span class="comment"> When `getopt' finds an option that takes an argument,</span> |
73 <a name="l00052"></a>00052 <span class="comment"> the argument value is returned here.</span> |
73 <a name="l00052"></a>00052 <span class="comment"> the argument value is returned here.</span> |
74 <a name="l00053"></a>00053 <span class="comment"> Also, when `ordering' is RETURN_IN_ORDER,</span> |
74 <a name="l00053"></a>00053 <span class="comment"> Also, when `ordering' is RETURN_IN_ORDER,</span> |
75 <a name="l00054"></a>00054 <span class="comment"> each non-option ARGV-element is returned here. */</span> |
75 <a name="l00054"></a>00054 <span class="comment"> each non-option ARGV-element is returned here. */</span> |
76 <a name="l00055"></a>00055 |
76 <a name="l00055"></a>00055 |
77 <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>; |
77 <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>; |
78 <a name="l00057"></a>00057 |
78 <a name="l00057"></a>00057 |
79 <a name="l00058"></a>00058 <span class="comment">/* Index in ARGV of the next element to be scanned.</span> |
79 <a name="l00058"></a>00058 <span class="comment">/* Index in ARGV of the next element to be scanned.</span> |
80 <a name="l00059"></a>00059 <span class="comment"> This is used for communication to and from the caller</span> |
80 <a name="l00059"></a>00059 <span class="comment"> This is used for communication to and from the caller</span> |
81 <a name="l00060"></a>00060 <span class="comment"> and for communication between successive calls to `getopt'.</span> |
81 <a name="l00060"></a>00060 <span class="comment"> and for communication between successive calls to `getopt'.</span> |
82 <a name="l00061"></a>00061 <span class="comment"></span> |
82 <a name="l00061"></a>00061 <span class="comment"></span> |
86 <a name="l00065"></a>00065 <span class="comment"> non-option elements that the caller should itself scan.</span> |
86 <a name="l00065"></a>00065 <span class="comment"> non-option elements that the caller should itself scan.</span> |
87 <a name="l00066"></a>00066 <span class="comment"></span> |
87 <a name="l00066"></a>00066 <span class="comment"></span> |
88 <a name="l00067"></a>00067 <span class="comment"> Otherwise, `optind' communicates from one call to the next</span> |
88 <a name="l00067"></a>00067 <span class="comment"> Otherwise, `optind' communicates from one call to the next</span> |
89 <a name="l00068"></a>00068 <span class="comment"> how much of ARGV has been scanned so far. */</span> |
89 <a name="l00068"></a>00068 <span class="comment"> how much of ARGV has been scanned so far. */</span> |
90 <a name="l00069"></a>00069 |
90 <a name="l00069"></a>00069 |
91 <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>; |
91 <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>; |
92 <a name="l00071"></a>00071 |
92 <a name="l00071"></a>00071 |
93 <a name="l00072"></a>00072 <span class="comment">/* Callers store zero here to inhibit the error message `getopt' prints</span> |
93 <a name="l00072"></a>00072 <span class="comment">/* Callers store zero here to inhibit the error message `getopt' prints</span> |
94 <a name="l00073"></a>00073 <span class="comment"> for unrecognized options. */</span> |
94 <a name="l00073"></a>00073 <span class="comment"> for unrecognized options. */</span> |
95 <a name="l00074"></a>00074 |
95 <a name="l00074"></a>00074 |
96 <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>; |
96 <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>; |
97 <a name="l00076"></a>00076 |
97 <a name="l00076"></a>00076 |
98 <a name="l00077"></a>00077 <span class="comment">/* Set to an option character which was unrecognized. */</span> |
98 <a name="l00077"></a>00077 <span class="comment">/* Set to an option character which was unrecognized. */</span> |
99 <a name="l00078"></a>00078 |
99 <a name="l00078"></a>00078 |
100 <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>; |
100 <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>; |
101 <a name="l00080"></a>00080 |
101 <a name="l00080"></a>00080 |
102 <a name="l00081"></a>00081 <span class="preprocessor">#ifndef __need_getopt</span> |
102 <a name="l00081"></a>00081 <span class="preprocessor">#ifndef __need_getopt</span> |
103 <a name="l00082"></a>00082 <span class="preprocessor"></span><span class="comment">/* Describe the long-named options requested by the application.</span> |
103 <a name="l00082"></a>00082 <span class="preprocessor"></span><span class="comment">/* Describe the long-named options requested by the application.</span> |
104 <a name="l00083"></a>00083 <span class="comment"> The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector</span> |
104 <a name="l00083"></a>00083 <span class="comment"> The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector</span> |
105 <a name="l00084"></a>00084 <span class="comment"> of `struct option' terminated by an element containing a name which is</span> |
105 <a name="l00084"></a>00084 <span class="comment"> of `struct option' terminated by an element containing a name which is</span> |
122 <a name="l00101"></a>00101 <span class="comment"> returns the contents of the `val' field. */</span> |
122 <a name="l00101"></a>00101 <span class="comment"> returns the contents of the `val' field. */</span> |
123 <a name="l00102"></a>00102 |
123 <a name="l00102"></a>00102 |
124 <a name="l00103"></a>00103 <span class="keyword">struct </span><a class="code" href="structoption.html">option</a> |
124 <a name="l00103"></a>00103 <span class="keyword">struct </span><a class="code" href="structoption.html">option</a> |
125 <a name="l00104"></a>00104 { |
125 <a name="l00104"></a>00104 { |
126 <a name="l00105"></a>00105 <span class="preprocessor"># if (defined __STDC__ && __STDC__) || defined __cplusplus</span> |
126 <a name="l00105"></a>00105 <span class="preprocessor"># if (defined __STDC__ && __STDC__) || defined __cplusplus</span> |
127 <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>; |
127 <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>; |
128 <a name="l00107"></a>00107 <span class="preprocessor"># else</span> |
128 <a name="l00107"></a>00107 <span class="preprocessor"># else</span> |
129 <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>; |
129 <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>; |
130 <a name="l00109"></a>00109 <span class="preprocessor"># endif</span> |
130 <a name="l00109"></a>00109 <span class="preprocessor"># endif</span> |
131 <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> |
131 <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> |
132 <a name="l00111"></a>00111 <span class="comment"> type mismatches in all the code that assumes it is an int. */</span> |
132 <a name="l00111"></a>00111 <span class="comment"> type mismatches in all the code that assumes it is an int. */</span> |
133 <a name="l00112"></a>00112 <span class="keywordtype">int</span> <a class="code" href="structoption.html#90d7ee9a51eea5c002682dbd0af149e4">has_arg</a>; |
133 <a name="l00112"></a>00112 <span class="keywordtype">int</span> <a class="code" href="structoption.html#0f7e57456d9954fb17d182bcfd2ef54c">has_arg</a>; |
134 <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>; |
134 <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>; |
135 <a name="l00114"></a>00114 <span class="keywordtype">int</span> <a class="code" href="structoption.html#13bd155ec3b405d29c41ab8d0793be11">val</a>; |
135 <a name="l00114"></a>00114 <span class="keywordtype">int</span> <a class="code" href="structoption.html#87e05ca729a19b01fcef8db8320f1930">val</a>; |
136 <a name="l00115"></a>00115 }; |
136 <a name="l00115"></a>00115 }; |
137 <a name="l00116"></a>00116 |
137 <a name="l00116"></a>00116 |
138 <a name="l00117"></a>00117 <span class="comment">/* Names for the values of the `has_arg' field of `struct option'. */</span> |
138 <a name="l00117"></a>00117 <span class="comment">/* Names for the values of the `has_arg' field of `struct option'. */</span> |
139 <a name="l00118"></a>00118 |
139 <a name="l00118"></a>00118 |
140 <a name="l00119"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#3bc1d5f667b5b4ca4b4abb685dc874ce">00119</a> <span class="preprocessor"># define no_argument 0</span> |
140 <a name="l00119"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#df427fd9f536809d28a2bb6869536400">00119</a> <span class="preprocessor"># define no_argument 0</span> |
141 <a name="l00120"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#6ece8d8dfa8378778f7290fdaba5b8bc">00120</a> <span class="preprocessor"></span><span class="preprocessor"># define required_argument 1</span> |
141 <a name="l00120"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#eb91381044087be4795fa0e44a901c30">00120</a> <span class="preprocessor"></span><span class="preprocessor"># define required_argument 1</span> |
142 <a name="l00121"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#cca06c0a947656bd8b395bf1084ffb72">00121</a> <span class="preprocessor"></span><span class="preprocessor"># define optional_argument 2</span> |
142 <a name="l00121"></a><a class="code" href="TestMasterMicroMod_2getopt_8h.html#8fb1c93a3a46d8d74bd0cb23eb4e96db">00121</a> <span class="preprocessor"></span><span class="preprocessor"># define optional_argument 2</span> |
143 <a name="l00122"></a>00122 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* need getopt */</span> |
143 <a name="l00122"></a>00122 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* need getopt */</span> |
144 <a name="l00123"></a>00123 |
144 <a name="l00123"></a>00123 |
145 <a name="l00124"></a>00124 |
145 <a name="l00124"></a>00124 |
146 <a name="l00125"></a>00125 <span class="comment">/* Get definitions and prototypes for functions to process the</span> |
146 <a name="l00125"></a>00125 <span class="comment">/* Get definitions and prototypes for functions to process the</span> |
147 <a name="l00126"></a>00126 <span class="comment"> arguments in ARGV (ARGC of them, minus the program name) for</span> |
147 <a name="l00126"></a>00126 <span class="comment"> arguments in ARGV (ARGC of them, minus the program name) for</span> |
170 <a name="l00149"></a>00149 <span class="preprocessor">#if (defined __STDC__ && __STDC__) || defined __cplusplus</span> |
170 <a name="l00149"></a>00149 <span class="preprocessor">#if (defined __STDC__ && __STDC__) || defined __cplusplus</span> |
171 <a name="l00150"></a>00150 <span class="preprocessor"></span><span class="preprocessor"># ifdef __GNU_LIBRARY__</span> |
171 <a name="l00150"></a>00150 <span class="preprocessor"></span><span class="preprocessor"># ifdef __GNU_LIBRARY__</span> |
172 <a name="l00151"></a>00151 <span class="preprocessor"></span><span class="comment">/* Many other libraries have conflicting prototypes for getopt, with</span> |
172 <a name="l00151"></a>00151 <span class="preprocessor"></span><span class="comment">/* Many other libraries have conflicting prototypes for getopt, with</span> |
173 <a name="l00152"></a>00152 <span class="comment"> differences in the consts, in stdlib.h. To avoid compilation</span> |
173 <a name="l00152"></a>00152 <span class="comment"> differences in the consts, in stdlib.h. To avoid compilation</span> |
174 <a name="l00153"></a>00153 <span class="comment"> errors, only prototype getopt for the GNU C library. */</span> |
174 <a name="l00153"></a>00153 <span class="comment"> errors, only prototype getopt for the GNU C library. */</span> |
175 <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); |
175 <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); |
176 <a name="l00155"></a>00155 <span class="preprocessor"># else </span><span class="comment">/* not __GNU_LIBRARY__ */</span> |
176 <a name="l00155"></a>00155 <span class="preprocessor"># else </span><span class="comment">/* not __GNU_LIBRARY__ */</span> |
177 <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> (); |
177 <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> (); |
178 <a name="l00157"></a>00157 <span class="preprocessor"># endif </span><span class="comment">/* __GNU_LIBRARY__ */</span> |
178 <a name="l00157"></a>00157 <span class="preprocessor"># endif </span><span class="comment">/* __GNU_LIBRARY__ */</span> |
179 <a name="l00158"></a>00158 |
179 <a name="l00158"></a>00158 |
180 <a name="l00159"></a>00159 <span class="preprocessor"># ifndef __need_getopt</span> |
180 <a name="l00159"></a>00159 <span class="preprocessor"># ifndef __need_getopt</span> |
181 <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, |
181 <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, |
182 <a name="l00161"></a>00161 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts, |
182 <a name="l00161"></a>00161 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts, |
183 <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); |
183 <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); |
184 <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, |
184 <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, |
185 <a name="l00164"></a>00164 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts, |
185 <a name="l00164"></a>00164 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts, |
186 <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); |
186 <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); |
187 <a name="l00166"></a>00166 |
187 <a name="l00166"></a>00166 |
188 <a name="l00167"></a>00167 <span class="comment">/* Internal only. Users should not call this directly. */</span> |
188 <a name="l00167"></a>00167 <span class="comment">/* Internal only. Users should not call this directly. */</span> |
189 <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, |
189 <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, |
190 <a name="l00169"></a>00169 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts, |
190 <a name="l00169"></a>00169 <span class="keyword">const</span> <span class="keywordtype">char</span> *__shortopts, |
191 <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, |
191 <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, |
192 <a name="l00171"></a>00171 <span class="keywordtype">int</span> __long_only); |
192 <a name="l00171"></a>00171 <span class="keywordtype">int</span> __long_only); |
193 <a name="l00172"></a>00172 <span class="preprocessor"># endif</span> |
193 <a name="l00172"></a>00172 <span class="preprocessor"># endif</span> |
194 <a name="l00173"></a>00173 <span class="preprocessor"></span><span class="preprocessor">#else </span><span class="comment">/* not __STDC__ */</span> |
194 <a name="l00173"></a>00173 <span class="preprocessor"></span><span class="preprocessor">#else </span><span class="comment">/* not __STDC__ */</span> |
195 <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> (); |
195 <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> (); |
196 <a name="l00175"></a>00175 <span class="preprocessor"># ifndef __need_getopt</span> |
196 <a name="l00175"></a>00175 <span class="preprocessor"># ifndef __need_getopt</span> |
197 <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> (); |
197 <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> (); |
198 <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> (); |
198 <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> (); |
199 <a name="l00178"></a>00178 |
199 <a name="l00178"></a>00178 |
200 <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> (); |
200 <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> (); |
201 <a name="l00180"></a>00180 <span class="preprocessor"># endif</span> |
201 <a name="l00180"></a>00180 <span class="preprocessor"># endif</span> |
202 <a name="l00181"></a>00181 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* __STDC__ */</span> |
202 <a name="l00181"></a>00181 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* __STDC__ */</span> |
203 <a name="l00182"></a>00182 |
203 <a name="l00182"></a>00182 |
204 <a name="l00183"></a>00183 <span class="preprocessor">#ifdef __cplusplus</span> |
204 <a name="l00183"></a>00183 <span class="preprocessor">#ifdef __cplusplus</span> |
205 <a name="l00184"></a>00184 <span class="preprocessor"></span>} |
205 <a name="l00184"></a>00184 <span class="preprocessor"></span>} |