tgmath.h 188 B

1234567
  1. /* NB: Clang has its own <tgmath.h> and doesn't use <tgmath.h> from
  2. glibc. */
  3. #if defined _ISOMAC && defined __clang__
  4. # include_next <tgmath.h>
  5. #else
  6. # include <math/tgmath.h>
  7. #endif