shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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