shithub: mc

ref: 9edbd938a58bdcd53f38bc4b8fcdae73177432c4
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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