John Hasler wrote:
> 
> Marcus writes:
> > #include <foobar.h>
> > It does include them.
> 
> #include does not mean what it says.
> 
But it does. The compiler proper (cc1?) never touches the header files.
The preprocessor(cpp) reads the C file and spits out a C file that,
among other things, textually includes the header files. Under normal
operation, it then opens a pipe to send this to the compiler. 
-- 
David Starner - OSU student - [EMAIL PROTECTED]
If you want a real optimist, look up Ray Bradbury. Guy's nuts. 
He actually likes people. -David Brin

Reply via email to