package posix-math2

  1. Overview
  2. Docs

Source file posix_math_types.ml

1
2
3
4
5
6
7
8
module Constants = Posix_math_constants.Def (Posix_math_generated_constants)

module Def (S : Cstubs.Types.TYPE) = struct
  include Constants

  let float_t = S.typedef S.float "float_t"
  let double_t = S.typedef S.double "double_t"
end