shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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