mirror of
https://github.com/fluencelabs/musl
synced 2025-05-25 05:31:33 +00:00
7 lines
89 B
C
7 lines
89 B
C
#include <complex.h>
|
|
|
|
long double (creall)(long double complex z)
|
|
{
|
|
return creall(z);
|
|
}
|