shithub: mc

ref: 12f30002c5d31a56779700bdb95fffbcef02d440
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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