iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / complex / creal.c
blobf6703040d06fddbfe8fd27b347f4ad0e9531e2dd
1 #include <complex.h>
3 double (creal)(double complex z)
5 return creal(z);