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

6 lines
115 B
C
Executable File

#include <complex.h>
long double __attribute__ ((const)) cimagl (long double complex _Z)
{
return __imag__ _Z;
}