shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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