packages feed

bindings-posix-1.2: 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
#strict_import

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

#globalvar tzname , Ptr CString