shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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