shithub: mc

ref: 782588ed75e3673535e528e6b5f13ae060cf8095
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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