shithub: mc

ref: 85f16daa8d4d8b344fc9f2ae3c633b994eda3ae8
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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