Oberon

Module with various system functions

Const

TIMEUTC* = 1;

Types

TTime* = LONGINT;
TimeSpec* = RECORD
                    secs*: TTime;
                    nsecs*: LONGINT
                END;