shithub: mc

ref: 41f58088d668a208e560de1eecdc7c69582862ca
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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