shithub: mc

ref: 21ead16ccde2a943abe68ef279c89dbff030cb87
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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