summaryrefslogtreecommitdiffstatshomepage
path: root/unix/time.c
Commit message (Collapse)AuthorAge
* unix time.clock(): Actually return float value.Paul Sokolovsky2014-02-02
|
* unix: Add basic time module (with time() and clock() functions).Paul Sokolovsky2014-02-02
Both return int so far (single-precision float doesn't have enough bits to represent int32 precisely).