shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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