float.h 87 B

123456
  1. #ifndef _BITS_FLOAT_H
  2. #define _BITS_FLOAT_H
  3. #define FLT_ROUNDS (flt_rounds())
  4. #endif