shithub: mc

ref: 185f780a03fbfbb4655b7c07b3ac147980cede2d
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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