Up

module Word_size

: sig

For determining the word size that the program is using.

#
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

end