shithub: mc

ref: 82c1dc9af055897ffeb373aee2a107ac0d472156
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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