blob: 65721703c444ebb2df97ce105df304725d0f1f41 [file] [log] [blame]
#include <complex.h>
float __attribute__ ((const)) cimagf (float complex _Z)
{
return __imag__ _Z;
}