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