shithub: mc

ref: 3e8a232eae0fa165d8045f73657d5259e3ad078c
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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