shithub: mc

ref: 3484982128cc972ffac988ed8dfa23fc6aaf50f4
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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