mte/unikernel/duniverse/eqaf/lib/unsafe_stable.ml
2025-11-11 02:07:51 +01:00

2 lines
96 B
OCaml

let set_int32_le b i x = Bytes.set_int32_le b i x
let get_int64_le b i = Bytes.get_int64_le b i