shithub: mc

ref: 15b5fb5c0f9fee25b01a245229efcef21c103bdc
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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