bindings-posix-1.2: Low level bindings to posix.Source codeContentsIndex
Bindings.Posix.Sys.Utsname
Description
http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html
Documentation
data C'utsname Source
Constructors
C'utsname
c'utsname'sysname :: [CChar]
c'utsname'nodename :: [CChar]
c'utsname'release :: [CChar]
c'utsname'version :: [CChar]
c'utsname'machine :: [CChar]
show/hide Instances
c'uname :: Ptr C'utsname -> IO CIntSource
p'uname :: FunPtr (Ptr C'utsname -> IO CInt)Source
Produced by Haddock version 2.4.2