shithub: mc

ref: 08cc0fb7156ba71423b15577b06fceb868ab2329
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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