shithub: mc

ref: 755433e998180ba049bc22975b8ecffa23bf0357
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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