shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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