extern(C) {

enum {
  FP_NAN = 1,
  FP_INFINITE = 2,
  FP_ZERO = 3,
  FP_SUBNORMAL = 5,
  FP_NORMAL = 4,
}

}

