#include <complex.h>

float crealf(float complex z)
{
	return z;
}