shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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