shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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