bindings-posix-1.2: Low level bindings to posix.
Source code
Contents
Index
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
]
Instances
Eq
C'utsname
Show
C'utsname
Storable
C'utsname
c'uname
::
Ptr
C'utsname
->
IO
CInt
Source
p'uname
::
FunPtr
(
Ptr
C'utsname
->
IO
CInt
)
Source
Produced by
Haddock
version 2.4.2