packages feed

bindings-posix-1.0: src/Bindings/Posix/Time.hsc

#include <bindings.macros.h>
#include <time.h>

-- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/time.h.html>

module Bindings.Posix.Time where
import Foreign
import Foreign.C

#starttype struct timespec
#field tv_sec , CTime
#field tv_nsec , CLong
#stoptype

#globalvar tzname , Ptr CString