shithub: mc

ref: 1779c6b7aedf6bb7665b8f650f37958340f3177c
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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