shithub: mc

ref: 8da5ac5ac4258588634453d55cec95f29a02647b
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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