shithub: mc

ref: a7039f62015b0c17a38c8241107ac6d2518e586d
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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