package binsec

  1. Overview
  2. Docs

doc/binsec.base/Binsec_base/Machine/Bitwidth/index.html

Module Machine.BitwidthSource

Word size of the machine in bits

include Sigs.PRINTABLE with type t = bitwidth
Sourceval pp : Format.formatter -> t -> unit
Sourceval bitsize : t -> Size.Bit.t
Sourceval bytesize : t -> Size.Byte.t
Sourceval pp_print_hex : t -> Format.formatter -> int -> unit