[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] tinycc on arm
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] tinycc on arm |
Date: |
Sat, 27 Sep 2008 12:28:04 +0200 |
User-agent: |
Mutt/1.4.2.1i |
On Sat, Sep 27, 2008 at 09:31:34AM +0800, ccecping wrote:
> But if I include <stdio.h>,
> #include <stdio.h>
> main()
> {
> int i=0;
> i++;
> printf("%d",i);
> return 0;
> }
>
> then it said:
>
> In file included from /hello.c:1;
> In file included from /usr/local/include/stdio.h:62;
> /usr/local/include/stddef.h:7: unrecognized character \x00
I can't reproduce this error.
Are you using the stddef.h distributed with tinycc?
Daniel