blob: d8ec38f7fa604af11e57ca71b773ddb1a75af485 [file] [log] [blame]
#include <complex.h>
long double __attribute__ ((const)) cimagl (long double complex _Z)
{
return __imag__ _Z;
}