shithub: mc

ref: 72819dcccff346a919f36f8cb8b1ab2014ab4977
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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