Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
musl
/
5b546faa67544af395d6407553762b37e9711157
/
.
/
src
/
complex
/
creall.c
blob: fd9dc3470c2535b195a073a63a989b0ea972b8d6 [
file
] [
log
] [
blame
]
#include
<complex.h>
long
double
(
creall
)(
long
double
complex z
)
{
return
creall
(
z
);
}