Thibaud GUERIN writes:
> hi,
> I'm actually writing a program in C and i'm fighting with an address
> dereferencing since some days now.
>
> intthe_bug(const char *fmt, ...)
> {
> char**ap;
> char**s = (char **)(&fmt);
>
> /* __asm__ volatile ( */
> /*
hi,
I'm actually writing a program in C and i'm fighting with an address
dereferencing since some days now.
The program run on a non *n*x system and I can't produce the error on
my linux system so i can only describe it... sorry.
In my system depending if i (un)comment the commented lines in the