tgmath.h 293 B

1234567891011
  1. /*
  2. <tgmath.h> -- simple version used by "gimplify"
  3. last edit: 2007-02-12 D A Gwyn
  4. */
  5. /* XXX -- Can't be done right without compiler support; it *may* suffice to
  6. use automatic coercion to type double with the <math.h> prototypes. */
  7. #include <math.h>
  8. #include <complex.h>