Sign in
mojo
/
mojo-testing
/
eab7f10dbdefd8edbb8bfe06978ba7fb100a452c
/
.
/
fusl
/
src
/
complex
/
crealf.c
blob: 9a4033819e653ccf744a4dbe9515707e62d393cf [
file
] [
log
] [
blame
]
#include
<complex.h>
float
(
crealf
)(
float
complex z
)
{
return
crealf
(
z
);
}