shithub: mc

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

View raw version
use "types.use"
use "syswrap.use"

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

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