shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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