shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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