package posix-uname

  1. Overview
  2. Docs

Ctypes type for struct utsname

type t
val sysname : (char Ctypes.carray, t Ctypes.structure) S.field
val nodename : (char Ctypes.carray, t Ctypes.structure) S.field
val release : (char Ctypes.carray, t Ctypes.structure) S.field
val version : (char Ctypes.carray, t Ctypes.structure) S.field
val machine : (char Ctypes.carray, t Ctypes.structure) S.field