package netsnmp

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

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
OCaml

Innovation. Community. Security.