package binsec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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