shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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