shithub: mc

ref: 76fc43acecea75b362d7e56557a0466cbda94572
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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