newlib/winsup/mingw/mingwex/complex/cimagf.c

7 lines
104 B
C
Executable File

#include <complex.h>
float __attribute__ ((const)) cimagf (float complex _Z)
{
return __imag__ _Z;
}