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

7 lines
104 B
C
Executable File

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