-
-
Notifications
You must be signed in to change notification settings - Fork 9
unix timeval
IsaacShelton edited this page Nov 13, 2022
·
5 revisions
unix/timeval.adept
defines the timeval
type.
alias suseconds_t = int
struct timeval (tv_sec time_t, tv_usec suseconds_t)
import 'sys/ctime.adept'