shithub: mc

ref: 266fc7acbc2283037680295455b9bccd6a4beea5
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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