root/src/system/libroot/posix/musl/complex/cimag.c
#include "complex_impl.h"

double (cimag)(double complex z)
{
        return cimag(z);
}