shithub: mc

ref: 3321a6568822c6278aa4e85845592596521a523f
dir: /libstd/now.myr/

View raw version
use "types.use"
use "syswrap.use"

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

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