Up

Module Word_size

For determining the word size that the program is using.

Signature

type t =
| W32
| W64
val num_bits : t -> int
val word_size : t

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