shithub: mc

ref: cc5182284db2880dcfc3b0bd61dbc6ed319bacc3
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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