shithub: mc

ref: dfc145534768f3b461d92c929931bb3b48237bdb
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

pkg std =
	const now	: (-> time)
;;

/* microseconds since epoch */
const now = {
	-> curtime()
}