Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
musl
/
src
/
complex
/
crealf.c
blob: 5dc3ff1d3099ddb7dab0ff3dca2e39a9ebf01d65 [
file
] [
log
] [
blame
]
#include
<complex.h>
float
(
crealf
)(
float
complex z
)
{
return
crealf
(
z
);
}