creal.c 77 B

123456
  1. #include <complex.h>
  2. double (creal)(double complex z)
  3. {
  4. return creal(z);
  5. }