root/src/system/libroot/posix/musl/complex/crealf.c
#include <complex.h>

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