shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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