shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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