shithub: mc

ref: 9b864a2bc7fbdae40704708a6893e6f29ad48397
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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