shithub: mc

ref: 2b3f312f337859198ac209d80be99a23c2e99331
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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