iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / complex / conjl.c
blob87a4ebecc365320498d2fff6cc9e7fe1d48668b6
1 #include "complex_impl.h"
3 long double complex conjl(long double complex z)
5 return CMPLXL(creall(z), -cimagl(z));