shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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