only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src / complex / cexpl.c
1 #include "complex_impl.h"
2
3 //FIXME
4 long double complex cexpl(long double complex z)
5 {
6         return cexp(z);
7 }