Source file ASN1_Counter64.ml

1
2
3
4
5
6
7
8
type t =
  { high : int
  ; low : int
  }

external counter64_to_string : t -> string = "caml_counter64_to_string"

let to_string = counter64_to_string