blob: 5dc3ff1d3099ddb7dab0ff3dca2e39a9ebf01d65 [file] [log] [blame]
#include <complex.h>
float (crealf)(float complex z)
{
return crealf(z);
}