shithub: mc

ref: 599feae2daa1392f20e1dc807c58bcd74c20b45e
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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