Module Base.Word_sizeSource

For determining the word size that the program is using.

Sourcetype t =
  1. | W32
  2. | W64
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval num_bits : t -> int
Sourceval word_size : t

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