shithub: mc

ref: cdcf48dae4edd909f3384be4aa34bf41d9de62bc
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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