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