shithub: mc

ref: 38a4c78511a5aea2608ea44bbfde055485197b50
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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