shithub: mc

ref: 3e24000ddb275369ba68282e2c9406f6b1c23736
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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