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