delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/01/14/03:29:07

From: G DOT DegliEsposti AT ads DOT it
To: djgpp AT delorie DOT com
Message-ID: <C125658C.002DEB98.00@vega.ads.it>
Date: Wed, 14 Jan 1998 09:27:37 +0100
Subject: Re: Seemingly strange problem
Mime-Version: 1.0




> #include <math.c>
> #include <stdio.c>
[...]
> This one compiles fine:
>
> #include <math.h>
> #include <stdio.h>
[...]
> The only difference I can see is the body, which, to my knowledge
> shouldn't have anything to do with the preprocessor finding the header
> files. I would greatly appreciate any help.

you can't include files <math.c> and <stdio.c>
because they do not exist! I suppose this is the reason why the compiler
does not find them! :-)
Maybe you wanted to write ".h" in stead of ".c" didn't you? :-)

ciao
  Giacomo



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019