shithub: mc

ref: 3821901ac0c5ef909818d887ffe3d4565ecd469d
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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