shithub: mc

ref: 5889fbb13b415134e0d5b094359e351f5ff94fc3
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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