shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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