shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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