Module Base.Word_size

For determining the word size that the program is using.

type t =
  1. | W32
  2. | W64
val sexp_of_t : t -> Sexplib0.Sexp.t
val sexp_of_t__stack : t @ local -> Sexplib0.Sexp.t @ local
val num_bits : t -> int @@ portable
val word_size : t @@ portable

Returns the word size of this program, not necessarily of the OS.