package zstd

  1. Overview
  2. Docs

Source file type_description.ml

1
2
3
4
5
6
module Types (F : Ctypes.TYPE) = struct
  open F

  let content_size_unknown = constant "ZSTD_CONTENTSIZE_UNKNOWN" ullong
  let content_size_error = constant "ZSTD_CONTENTSIZE_ERROR" ullong
end
OCaml

Innovation. Community. Security.