Files
semi-libc/src/complex/crealf.c
T

7 lines
77 B
C

#include <complex.h>
float (crealf)(float complex z)
{
return crealf(z);
}