shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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