shithub: mc

ref: 1db9bc54f99b5489d34b7c048fe3909b0279a317
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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