shithub: mc

ref: 90e26e0f687da28530b3b967df0cedf20407c071
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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