1 #include "complex_impl.h" 2 3 //FIXME csinhl(long double complex z)4 long double complex csinhl(long double complex z) 5 { 6 return csinh(z); 7 } 8