shithub: mc

ref: 930e65474d00875474af8b2a1ca3aaae9d46cace
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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