shithub: mc

ref: 41c790aa25a1457849e76fd748f10329e74ccd2c
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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