shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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