problem with gcc

Fergus Henderson fjh@cs.mu.oz.au
Wed Jan 17 02:04:00 GMT 2001


On 17-Jan-2001, utih kelima <utih75@hotmail.com> wrote:
> #include <stdio.h>;
> #include <ctype.h>;
...
> pay80.c:1: `#include' expects "FILENAME" or <FILENAME>
> pay80.c:2: `#include' expects "FILENAME" or <FILENAME>
> 
> could u tell me what the problem?

There should be no semicolon (`;') after `#include <...>'.

Questions like this are probably more appropriately directed
to the newsgroup gnu.gcc.help.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: < http://www.cs.mu.oz.au/~fjh >  |     -- the last words of T. S. Garp.


More information about the Gcc mailing list