shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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