<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>doc_inner/gnu_global/S/22909.html</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.14' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/30282.html'>doc_inner</a>/<a href='../files/30285.html'>gnu_global</a>/<a href='../files/30290.html'>S</a>/22909.html</h2>
<em class='comment'>/* [<][>][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<hr />
<pre>
<a id='L1' name='L1'></a><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<a id='L2' name='L2'></a><html xmlns='http://www.w3.org/1999/xhtml'>
<a id='L3' name='L3'></a><head>
<a id='L4' name='L4'></a><title>test/system/comet2_err/err_206/create_a.c</title>
<a id='L5' name='L5'></a><meta name='robots' content='noindex,nofollow' />
<a id='L6' name='L6'></a><meta name='generator' content='GLOBAL-6.6.14' />
<a id='L7' name='L7'></a><meta http-equiv='Content-Style-Type' content='text/css' />
<a id='L8' name='L8'></a><link rel='stylesheet' type='text/css' href='../style.css' />
<a id='L9' name='L9'></a></head>
<a id='L10' name='L10'></a><body>
<a id='L11' name='L11'></a><a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/24435.html'>test</a>/<a href='../files/24437.html'>system</a>/<a href='../files/24802.html'>comet2_err</a>/<a href='../files/24808.html'>err_206</a>/create_a.c</h2>
<a id='L12' name='L12'></a><em class='comment'>/* [&lt;][&gt;]<a href='#L9'>[^]</a>[v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<a id='L13' name='L13'></a><hr />
<a id='L14' name='L14'></a><h2 class='header'>DEFINITIONS</h2>
<a id='L15' name='L15'></a>This source file includes following definitions.
<a id='L16' name='L16'></a><ol>
<a id='L17' name='L17'></a><li><a href='#L9' title='Defined at 9.'>main</a></li>
<a id='L18' name='L18'></a></ol>
<a id='L19' name='L19'></a><hr />
<a id='L20' name='L20'></a><pre>
<a id='L21' name='L21'></a><a id='L1' name='L1'></a> 1 <em class='sharp'>#include</em> &lt;stdio.h&gt;
<a id='L22' name='L22'></a><a id='L2' name='L2'></a> 2 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L23' name='L23'></a><a id='L3' name='L3'></a> 3 <em class='sharp'>#include</em> "<a href='23890.html'>cmem.h</a>"
<a id='L24' name='L24'></a><a id='L4' name='L4'></a> 4 <em class='sharp'>#include</em> "<a href='23891.html'>word.h</a>"
<a id='L25' name='L25'></a><a id='L5' name='L5'></a> 5
<a id='L26' name='L26'></a><a id='L6' name='L6'></a> 6 <em class='comment'>/**</em>
<a id='L27' name='L27'></a><a id='L7' name='L7'></a> 7 <em class='comment'> * ファイルa.oにアセンブル結果を書込</em>
<a id='L28' name='L28'></a><a id='L8' name='L8'></a> 8 <em class='comment'> */</em>
<a id='L29' name='L29'></a><a id='L9' name='L9'></a> 9 <strong class='reserved'>int</strong> main()
<a id='L30' name='L30'></a><a id='L10' name='L10'></a> 10 <em class='brace'>{</em>
<a id='L31' name='L31'></a><a id='L11' name='L11'></a> 11 <a href='../Y/2.html' title='Multiple used in 12 places.'>FILE</a> *<a href='../Y/103.html' title='Multiple used in 33 places.'>fp</a>;
<a id='L32' name='L32'></a><a id='L12' name='L12'></a> 12 <strong class='reserved'>const</strong> <a href='../S/23891.html#L9' title='Defined at 9 in include/word.h.'>WORD</a> <a href='../Y/244.html' title='Multiple used in 107 places.'>w</a>[] = <em class='brace'>{</em>0x1010, 0x0005, 0x220f, 0x0006, 0x8100, 0x0003, 0x0001<em class='brace'>}</em>;
<a id='L33' name='L33'></a><a id='L13' name='L13'></a> 13 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/93.html' title='Multiple used in 12 places.'>f</a> = "a.o";
<a id='L34' name='L34'></a><a id='L14' name='L14'></a> 14
<a id='L35' name='L35'></a><a id='L15' name='L15'></a> 15 <strong class='reserved'>if</strong>((<a href='../Y/103.html' title='Multiple used in 33 places.'>fp</a> = <a href='../Y/102.html' title='Multiple used in 8 places.'>fopen</a>(<a href='../Y/93.html' title='Multiple used in 12 places.'>f</a>, "w")) == <a href='../Y/4.html' title='Multiple used in 211 places.'>NULL</a>) <em class='brace'>{</em>
<a id='L36' name='L36'></a><a id='L16' name='L16'></a> 16 <a href='../Y/177.html' title='Multiple used in 8 places.'>perror</a>(<a href='../Y/93.html' title='Multiple used in 12 places.'>f</a>);
<a id='L37' name='L37'></a><a id='L17' name='L17'></a> 17 <a href='../Y/92.html' title='Multiple used in 9 places.'>exit</a>(-1);
<a id='L38' name='L38'></a><a id='L18' name='L18'></a> 18 <em class='brace'>}</em>
<a id='L39' name='L39'></a><a id='L19' name='L19'></a> 19 <a href='../Y/108.html' title='Multiple used in 5 places.'>fwrite</a>(<a href='../Y/244.html' title='Multiple used in 107 places.'>w</a>, <strong class='reserved'>sizeof</strong>(<a href='../S/23891.html#L9' title='Defined at 9 in include/word.h.'>WORD</a>), <a href='../S/23890.html#L15' title='Defined at 15 in include/cmem.h.'>ARRAYSIZE</a>(<a href='../Y/244.html' title='Multiple used in 107 places.'>w</a>), <a href='../Y/103.html' title='Multiple used in 33 places.'>fp</a>);
<a id='L40' name='L40'></a><a id='L20' name='L20'></a> 20 <a href='../Y/95.html' title='Multiple used in 8 places.'>fclose</a>(<a href='../Y/103.html' title='Multiple used in 33 places.'>fp</a>);
<a id='L41' name='L41'></a><a id='L21' name='L21'></a> 21 <strong class='reserved'>return</strong> 0;
<a id='L42' name='L42'></a><a id='L22' name='L22'></a> 22 <em class='brace'>}</em>
<a id='L43' name='L43'></a></pre>
<a id='L44' name='L44'></a><hr />
<a id='L45' name='L45'></a><a id='BOTTOM' name='BOTTOM'></a>
<a id='L46' name='L46'></a><em class='comment'>/* [&lt;][&gt;][^]<a href='#L9'>[v]</a><a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<a id='L47' name='L47'></a></body>
<a id='L48' name='L48'></a></html>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* [<][>][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
</body>
</html>