Sign in
android
/
platform
/
external
/
musl
/
refs/heads/android13-d2-release
/
.
/
src
/
complex
/
creall.c
blob: fd9dc3470c2535b195a073a63a989b0ea972b8d6 [
file
] [
log
] [
blame
] [
edit
]
#include
<complex.h>
long
double
(
creall
)(
long
double
complex z
)
{
return
creall
(
z
);
}