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