blob: 5c4f95eb4c6d56154f13ec169504989d2344c7d8 [file] [log] [blame]
#include <complex.h>
double __attribute__ ((const)) cimag (double complex _Z)
{
return __imag__ _Z;
}