shithub: mc

ref: 5f6738ea543372390b2647d6c9efc153c6f46b8f
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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