shithub: mc

ref: 0ac48a57880b009dc00c756882d26ab7ac0974f4
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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