Sign in
android
/
platform
/
external
/
musl
/
3ea3fcf78a5532e118856846df8adbf3f60ef716
/
.
/
src
/
complex
/
crealf.c
blob: 5dc3ff1d3099ddb7dab0ff3dca2e39a9ebf01d65 [
file
] [
log
] [
blame
]
#include
<complex.h>
float
(
crealf
)(
float
complex z
)
{
return
crealf
(
z
);
}