shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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