shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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