blob: b90cbccaec929f61c595f841cb6338020c4a2d34 [file] [log] [blame]
#include <complex.h>
float __attribute__ ((const)) crealf (float complex _Z)
{
return __real__ _Z;
}