package hdr_histogram

  1. Overview
  2. Docs

Source file type_description.ml

1
2
3
4
5
6
7
8
open Ctypes

module Types (F : Ctypes.TYPE) = struct
(*   open F *)

  type hdr_histogram
  let hdr_histogram : hdr_histogram structure typ = structure "hdr_histogram"
end