package ctypes-zarith

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

Module Ctypes_zarith.MPZSource

Sourcetype t
Sourceval clear : ptr -> unit
Sourceval init : ptr -> unit
Sourceval set : Z.t -> ptr -> unit
Sourceval make : unit -> ptr

like Ctypes.make, but with finalise and type already specified. mpz is initialized.

Sourceval of_z : Z.t -> ptr
Sourceval to_z : ptr -> Z.t
Sourceval zarith : Z.t Ctypes.typ
Sourceval t_ptr : ptr Ctypes.typ
OCaml

Innovation. Community. Security.