42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
</ul>
<li><a href="#H0015">4.0 Using Makeheaders To Generate Documentation</a>
<li><a href="#H0016">5.0 Compiling The Makeheaders Program</a>
<li><a href="#H0017">6.0 History</a>
<li><a href="#H0018">6.0 Summary And Conclusion</a>
</ul><a name="H0002"></a>
<h2>1.0 Background</h2>
<p>
A piece of C source code can be one of two things:
a <em>declaration</em> or a <em>definition</em>.
A declaration is source text that gives information to the
|
|
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
</ul>
<li><a href="#H0015">4.0 Using Makeheaders To Generate Documentation</a>
<li><a href="#H0016">5.0 Compiling The Makeheaders Program</a>
<li><a href="#H0017">6.0 History</a>
<li><a href="#H0018">7.0 Summary And Conclusion</a>
</ul><a name="H0002"></a>
<h2>1.0 Background</h2>
<p>
A piece of C source code can be one of two things:
a <em>declaration</em> or a <em>definition</em>.
A declaration is source text that gives information to the
|