fix misleading comment in strstr
[musl.git] / src / complex / cimag.c
blobd6b0e6838c82a2a6ced9b2b809e4dc2f55da5c98
1 #include "complex_impl.h"
3 double (cimag)(double complex z)
5 return cimag(z);