]> gitweb.factorcode.org Git - factor.git/blob - extra/time/time.factor
factor: more top level forms.
[factor.git] / extra / time / time.factor
1 ! Copyright (C) 2010 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: combinators system vocabs ;
4 IN: time
5
6 HOOK: set-system-time os ( timestamp -- )
7 HOOK: adjust-time-monotonic os ( timestamp -- seconds )
8
9 USE-MACOSX: time.macosx
10 USE-UNIX: time.unix
11 USE-WINDOWS: time.windows