shithub: mc

ref: 74a19268887ba997f0ebb65c0572f74f524db2e1
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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