shithub: mc

ref: 89393cb48f76d4156105068fa9095d8b8f585b35
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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