shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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