shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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