shithub: mc

ref: 38a6c760656267817632874f4a3e2bcf754b438e
dir: /lib/std/now.myr/

View raw version
use "types.use"
use "syswrap.use"

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

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