Alexei wrote:
Isn't it a BUG?
#include
int main(int argc, char **argv)
{
int first;
int second;
printf("&first=%08X &second=%08X",&first,&second);
return 0;
}
-
&first=0012FF94 &second=0012FF90
What exactly do you think is a bug? If you think, that it i
On 2010-04-11 02:37:22 -0900, Alexei wrote:
> Isn't it a BUG?
>
> #include
> int main(int argc, char **argv)
> {
> int first;
> int second;
> printf("&first=%08X &second=%08X",&first,&second);
> return 0;
> }
> -
> &first=0012FF94 &second=0012FF90
This isn
Isn't it a BUG?
#include
int main(int argc, char **argv)
{
int first;
int second;
printf("&first=%08X &second=%08X",&first,&second);
return 0;
}
-
&first=0012FF94 &second=0012FF90
___
Tinycc-devel mailing list