Re: confused about extern use
- From: pete <pfiland@xxxxxxxxxxxxxx>
- Date: Thu, 22 Feb 2007 00:58:07 GMT
Chris Dollin wrote:
A compilation unit is the thing you feed to the C compiler: a
source file and its #includes.
N869
5.1 Conceptual models
5.1.1 Translation environment
5.1.1.1 Program structure
A source file together with all the headers and
source files included via the preprocessing directive
#include is known as a preprocessing translation unit.
--
pete
.
- References:
- confused about extern use
- From: Lalatendu Das
- Re: confused about extern use
- From: Ian Collins
- Re: confused about extern use
- From: Lalatendu Das
- Re: confused about extern use
- From: Chris Dollin
- confused about extern use
- Prev by Date: Re: standard way to determine depth in stack
- Next by Date: Re: remove spaces from a string and Complexity
- Previous by thread: Re: confused about extern use
- Next by thread: Re: confused about extern use
- Index(es):
Relevant Pages
|