blob: f48327add6f864f56d96c7f7ba9846f77801dc5a [file] [log] [blame]
#include <complex.h>
double __attribute__ ((const)) creal (double complex _Z)
{
return __real__ _Z;
}