shithub: mc

ref: 1f4389df622ed274371d0c134ffd3b1c5a94bd48
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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