shithub: mc

ref: 80f1e8ed2ff1a49b39ad424f388f10d434766e43
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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