shithub: mc

ref: 09d82f137706f80e53cdb12b12cd0e52217aeb57
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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