shithub: mc

ref: 9c6173cb0b582ce5a5115ea096a0865c7e2334bb
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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