shithub: mc

ref: 66b1e40eecc96889861a43759c88764dcd940e20
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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