summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/complex/cimagf.c
blob: f77b9ec54171b2e2a644ac47ee0ffbd4696da7b0 (plain)
1
2
3
4
5
6
#include <complex.h>
float __attribute__ ((const)) cimagf (float complex _Z)
{
  return __imag__ _Z;
}