[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What exactly is Derivative ?



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 - dstarner98@aasaa.ofe.org
If you want a real optimist, look up Ray Bradbury. Guy's nuts. 
He actually likes people. -David Brin


Reply to: