shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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