shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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