shithub: mc

ref: 93cff6aba077499c3693896cba43b1ceaaca7a62
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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