shithub: mc

ref: 5ea62bdf0cede30ff66bdeea8a376843947bb20c
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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