shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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