shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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