shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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