shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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