Michael Shalayeff
2012-09-18 13:48:09 UTC
re
this code:
double cimag(double _Complex);
double
cimag(double _Complex z)
{
return __imag__ z;
}
now produces:
c.c, line 6: redeclaration of cimag
it is from libc and used to compile fine
cu
this code:
double cimag(double _Complex);
double
cimag(double _Complex z)
{
return __imag__ z;
}
now produces:
c.c, line 6: redeclaration of cimag
it is from libc and used to compile fine
cu
--
paranoic mickey (my employers have changed but, the name has remained)
paranoic mickey (my employers have changed but, the name has remained)