Module Def.Utsname

Ctypes type for struct utsname

type t
val t : t Ctypes.structure S.typ
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