For determining the word size that the program is using.
type t
=
|
W32
W64
include sig ... end
val sexp_of_t : t ‑> Sexp.t
val num_bits : t ‑> int
val word_size : t
Returns the word size of this program, not necessarily of the OS.