package posix-socket-unix

  1. Overview
  2. Docs

Source file posix_socket_unix_constants.ml

1
2
3
4
module Def (S : Cstubs.Types.TYPE) = struct
  let af_unix = S.constant "AF_UNIX" S.int
  let sun_path_len = S.constant "SUN_PATH_LEN" S.int
end
OCaml

Innovation. Community. Security.