bindings-posix-1.0: src/Bindings/Posix/Sys/Utsname.hsc
#include <bindings.macros.h> #include <sys/utsname.h> -- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_utsname.h.html> module Bindings.Posix.Sys.Utsname where import Foreign import Foreign.C #starttype struct utsname #field sysname , CString #field nodename , CString #field release , CString #field version , CString #field machine , CString #stoptype #ccall uname , Ptr <utsname> -> IO CInt