shithub: mc

ref: 1c97ea922511b71d925dc4e4c7823d5c67b709ba
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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