shithub: mc

ref: 8c15f1cba546350fd109d676f86c4267bd733b6f
dir: /libstd/now.myr/

View raw version
use "types.use"
use "syswrap.use"

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

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