Sign in
mojo
/
mojo-tools
/
7d579155cc597aa3befcbfad66eef54bda06b57c
/
.
/
fusl
/
src
/
complex
/
creall.c
blob: 21459497b9e99dd8de6f291211cf866a63b3aa41 [
file
] [
log
] [
blame
]
#include
<complex.h>
long
double
(
creall
)(
long
double
complex z
)
{
return
creall
(
z
);
}