Avr-GCC putchar

Bali Zoltan eltexto at freemail.hu
Sat Nov 26 17:13:40 CET 2005


Ez lenne:

int putchar(int c)
{
    while (!(UCSRA & (1<<UDRE)));
    UDR = c;
   return(c);
}
Iar alatt müködött.


----- Original Message -----
From: "Vakulya Gergely" <antiemes at jedlik.vein.hu>
To: <elektro at tesla.hu>
Sent: Saturday, November 26, 2005 17:00
Subject: Re: Avr-GCC putchar


> Hi!
>
> > ../../newbench.c:119: error: parse error before '(' token
> > ../../newbench.c:122: error: parse error before "volatile"
>
> Idemasolnad a kodot? Lehet, hogy csak siman elrontottad.
>
> By(t)e
> TBS::Antiemes
>
> -----------------------------------
>  Szponzorunk: http://tonerbolt.hu/
>




More information about the Elektro mailing list