shithub: mc

ref: 671e174caf52f96683cabb294f77623d55fbb91b
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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